Color Hex Logo

#420a70 Color Hex

#420A70
(66,10,112)
0 Favorites   0 Comments

Color spaces of #420a70

RGB 6610112
HSL0.760.840.24
HSV273°91°44°
CMYK 0.410.910.00   0.56
XYZ5.27992.545215.5422
Yxy2.54520.22600.1089
Hunter Lab15.953731.1560-46.5932
CIE-Lab18.121843.7031-45.6929

#420a70 color RGB value is (66,10,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001010 01110000
Octal 102 12 160
Decimal 66 10 112
Hex 42 A 70

RGB Percentages of Color #420a70

%35.11
%5.32
%59.57

CMYK Percentages of Color #420a70

%41
%91
%0
%56

Triadic Colors of #420a70

#420a70 #70420a #0a7042

Analogous Colors of #420a70

#420a70 #700a6b #0f0a70

Monochromatic Colors of #420a70

#420a70

Complementary Color

#420a70 #38700a

#420a70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420a70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420a70 Color CSS Codes

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

#420a70 Text Font Color

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

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


#420a70 Background Color

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

This div background color is #420a70


#420a70 Border Color

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

This div border color is #420a70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420a70


Comments

No comments written yet.

Please login to write comment.