Color Hex Logo

#740cab Color Hex

#740CAB
(116,12,171)
0 Favorites   0 Comments

Color spaces of #740cab

RGB 11612171
HSL0.780.870.36
HSV279°93°67°
CMYK 0.320.930.00   0.33
XYZ14.68466.916239.0891
Yxy6.91620.24200.1140
Hunter Lab26.298753.6478-69.7168
CIE-Lab31.615463.0555-60.0485

#740cab color RGB value is (116,12,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001100 10101011
Octal 164 14 253
Decimal 116 12 171
Hex 74 C AB

RGB Percentages of Color #740cab

%38.80
%4.01
%57.19

CMYK Percentages of Color #740cab

%32
%93
%0
%33

Triadic Colors of #740cab

#740cab #ab740c #0cab74

Analogous Colors of #740cab

#740cab #ab0c93 #250cab

Monochromatic Colors of #740cab

#740cab

Complementary Color

#740cab #43ab0c

#740cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#740cab Color CSS Codes

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

#740cab Text Font Color

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

This sample text font color is #740cab
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.


#740cab Background Color

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

This div background color is #740cab


#740cab Border Color

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

This div border color is #740cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,12,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 #740cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740cab


Comments

No comments written yet.

Please login to write comment.