Color Hex Logo

#420970 Color Hex

#420970
(66,9,112)
0 Favorites   0 Comments

Color spaces of #420970

RGB 669112
HSL0.760.850.24
HSV273°92°44°
CMYK 0.410.920.00   0.56
XYZ5.26912.523515.5386
Yxy2.52350.22580.1082
Hunter Lab15.885531.4073-46.8753
CIE-Lab18.024643.9921-45.8525

#420970 color RGB value is (66,9,112).

#420970 hex color red value is 66, green value is 9 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #420970 hue: 0.76 , saturation: 0.85 and the lightness value of 420970 is 0.24.

The process color (four color CMYK) of #420970 color hex is 0.41, 0.92, 0.00, 0.56. Web safe color of #420970 is #330066. Color #420970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001001 01110000
Octal 102 11 160
Decimal 66 9 112
Hex 42 9 70

RGB Percentages of Color #420970

%35.29
%4.81
%59.89

CMYK Percentages of Color #420970

%41
%92
%0
%56

Triadic Colors of #420970

#420970 #704209 #097042

Analogous Colors of #420970

#420970 #70096b #0e0970

Monochromatic Colors of #420970

#420970

Complementary Color

#420970 #377009

#420970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420970 Color CSS Codes

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

#420970 Text Font Color

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

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


#420970 Background Color

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

This div background color is #420970


#420970 Border Color

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

This div border color is #420970


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,9,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #420970; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #420970;
  -webkit-box-shadow: 1px 1px 3px 2px #420970;
  box-shadow:         1px 1px 3px 2px #420970; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,9,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420970


Comments

No comments written yet.

Please login to write comment.