Color Hex Logo

#740bab Color Hex

#740BAB
(116,11,171)
0 Favorites   0 Comments

Color spaces of #740bab

RGB 11611171
HSL0.780.880.36
HSV279°94°67°
CMYK 0.320.940.00   0.33
XYZ14.67286.892639.0851
Yxy6.89260.24190.1136
Hunter Lab26.253853.8167-69.8899
CIE-Lab31.561263.2173-60.1372

#740bab color RGB value is (116,11,171).

#740bab hex color red value is 116, green value is 11 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #740bab hue: 0.78 , saturation: 0.88 and the lightness value of 740bab is 0.36.

The process color (four color CMYK) of #740bab color hex is 0.32, 0.94, 0.00, 0.33. Web safe color of #740bab is #660099. Color #740bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001011 10101011
Octal 164 13 253
Decimal 116 11 171
Hex 74 B AB

RGB Percentages of Color #740bab

%38.93
%3.69
%57.38

CMYK Percentages of Color #740bab

%32
%94
%0
%33

Triadic Colors of #740bab

#740bab #ab740b #0bab74

Analogous Colors of #740bab

#740bab #ab0b92 #240bab

Monochromatic Colors of #740bab

#740bab

Complementary Color

#740bab #42ab0b

#740bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#740bab Color CSS Codes

.mybgcolor {background-color:#740bab; } 
.myforecolor {color:#740bab; }
.mybordercolor {border:3px solid #740bab; }

#740bab Text Font Color

<p style="color:#740bab">Text here</p>

This sample text font color is #740bab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#740bab Background Color

<div style="background-color:#740bab">
Div content here</div>

This div background color is #740bab


#740bab Border Color

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

This div border color is #740bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,11,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #740bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #740bab;
  -webkit-box-shadow: 1px 1px 3px 2px #740bab;
  box-shadow:         1px 1px 3px 2px #740bab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,11,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #740bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #740bab;
  -webkit-box-shadow: 1px 1px 3px 2px #740bab;
  box-shadow:         1px 1px 3px 2px #740bab;">
Div content here</div>

This div box has shadow with color #740bab


Comments

No comments written yet.

Please login to write comment.