Color Hex Logo

#420eab Color Hex

#420EAB
(66,14,171)
0 Favorites   0 Comments

Color spaces of #420eab

RGB 6614171
HSL0.720.850.36
HSV260°92°67°
CMYK 0.610.920.00   0.33
XYZ9.75454.412638.8657
Yxy4.41260.18390.0832
Hunter Lab21.006246.1280-94.9942
CIE-Lab24.991157.4093-71.1984

#420eab color RGB value is (66,14,171).

#420eab hex color red value is 66, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #420eab hue: 0.72 , saturation: 0.85 and the lightness value of 420eab is 0.36.

The process color (four color CMYK) of #420eab color hex is 0.61, 0.92, 0.00, 0.33. Web safe color of #420eab is #330099. Color #420eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001110 10101011
Octal 102 16 253
Decimal 66 14 171
Hex 42 E AB

RGB Percentages of Color #420eab

%26.29
%5.58
%68.13

CMYK Percentages of Color #420eab

%61
%92
%0
%33

Triadic Colors of #420eab

#420eab #ab420e #0eab42

Analogous Colors of #420eab

#420eab #910eab #0e28ab

Monochromatic Colors of #420eab

#420eab

Complementary Color

#420eab #77ab0e

#420eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#420eab Color CSS Codes

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

#420eab Text Font Color

<p style="color:#420eab">Text here</p>

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


#420eab Background Color

<div style="background-color:#420eab">
Div content here</div>

This div background color is #420eab


#420eab Border Color

<div style="border:3px solid #420eab">
Div here</div>

This div border color is #420eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,14,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #420eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #420eab;
  -webkit-box-shadow: 1px 1px 3px 2px #420eab;
  box-shadow:         1px 1px 3px 2px #420eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,14,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 #420eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420eab


Comments

No comments written yet.

Please login to write comment.