COLOR #740E88

HEX: #740E88
RGB: (116,14,136)

Renk bilgisi

#740E88 contains mainly red and blue colors. #740E88 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#740E88 color RGB value is (116,14,136).

  • kırmız ton 116;
  • yeşil ton 14;
  • mavi ton 136.
RGB:
(116,14,136)
(45%,5%,53%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 14 of 255 = 5%
B 136 of 255 = 53%

116
14
136

R + G + B ~ 34%. #740E88 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 14 + 136 = 266 (100%)
R 116 of 266 ~ 43.61%
G 14 of 266 ~ 5.26%
B 136 of 266 ~ 51.13%

%43.61
%51.13

CMYK RENK MODELİ

#740E88 rengi CMYK tonu (15,90,0,47).

  • camgöbeği tonu 14.71%
  • eflatun tonu 89.71%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(15,90,0,47)
C15M90Y0K47 
(15%,90%,0%,47%)
(0.15/0.90/0.00/0.47)	

CMYK yüzdeleri

%14.71
%89.71
%0
%46.67

Codes

Color #740E88 in popluar color models

740E88
RGB11614136
HSL290°81.33%29.41%
HSB/HSV290°89.71%53.33%
CMYK14.71%89.71%0.00%
46.67%

Color #740E88 in popluar number systems.

HEX740E88
Decimal11614136
Binary1110100111010001000
Octal16416210

Shades and tints

Shades of #740E88

#740E88
(116,14,136)
#6A0D7C
(106,13,124)
#600C70
(96,12,112)
#560B64
(86,11,100)
#4C0A58
(76,10,88)
#42094C
(66,9,76)
#380840
(56,8,64)
#2E0734
(46,7,52)
#240628
(36,6,40)
#1A051C
(26,5,28)
#100410
(16,4,16)
#000000
(0,0,0)

Tints of #740E88

#740E88
(116,14,136)
#802392
(128,35,146)
#8C389C
(140,56,156)
#984DA6
(152,77,166)
#A462B0
(164,98,176)
#B077BA
(176,119,186)
#BC8CC4
(188,140,196)
#C8A1CE
(200,161,206)
#D4B6D8
(212,182,216)
#E0CBE2
(224,203,226)
#ECE0EC
(236,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #740E88 color. Also use rgb(116,14,136) instead hex code.

Text Font Color

.myTextColor { color: #740E88; }

<p style="color:#740E88">This sample text font color is #740E88.</p>

This text font color is #740E88.


Background Color

.myBgColor { background-color: #740E88; }

<div style="background-color:#740E88">Inner text</div>

This div background color is #740E88.


Border color

.myBorderColor { border: 1px solid #740E88; }

<div style="border:3px solid #740E88">Div</div>

This div border color is #740E88.


Opacity

.myOpacity80 { color: #740E88; opacity: 0.8; }

<p style="color:#740E88;opacity:0.8;">80%</p>

Text with #740E88 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #740E88;}

<p style="text-shadow: 3px 3px 1px #740E88">Text here.</p>

This text has shadow with #740E88 color.

.textShadow {text-shadow: 3px 3px 1px #740E88, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #740E88, 5px 5px 20px red">Text here.</p>

This text has shadow with #740E88 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#740E88, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#740E88, Direction=45, Strength=4)">Text</p>

This text has shadow with #740E88 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #740E88;
  -webkit-box-shadow:	1px 1px 3px 2px #740E88;
  box-shadow:		1px 1px 3px 2px #740E88;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #740E88;
-webkit-box-shadow: 1px 1px 3px 2px #740E88;
box-shadow:1px 1px 3px 2px #740E88;">
Div content here</div>
This div box has shadow with color #740E88.

Preview

Color preview on black background

This text has color #740E88 on black background.


Color preview on white background

This text has color #740E88 on white background.



Black color preview on #740E88 background

This text has black color on #740E88 background.


White color preview on #740E88 background

This text has white color on #740E88 background.