Color Hex Logo

#420562 Color Hex

#420562
(66,5,98)
0 Favorites   0 Comments

Color spaces of #420562

RGB 66598
HSL0.780.900.20
HSV279°95°38°
CMYK 0.330.950.00   0.62
XYZ4.50562.148611.7325
Yxy2.14860.24500.1169
Hunter Lab14.658129.2156-37.1957
CIE-Lab16.248541.9545-39.5706

#420562 color RGB value is (66,5,98).

#420562 hex color red value is 66, green value is 5 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #420562 hue: 0.78 , saturation: 0.90 and the lightness value of 420562 is 0.20.

The process color (four color CMYK) of #420562 color hex is 0.33, 0.95, 0.00, 0.62. Web safe color of #420562 is #330066. Color #420562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000101 01100010
Octal 102 5 142
Decimal 66 5 98
Hex 42 5 62

RGB Percentages of Color #420562

%39.05
%2.96
%57.99

CMYK Percentages of Color #420562

%33
%95
%0
%62

Triadic Colors of #420562

#420562 #624205 #056242

Analogous Colors of #420562

#420562 #620554 #130562

Monochromatic Colors of #420562

#420562

Complementary Color

#420562 #256205

#420562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420562 Color CSS Codes

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

#420562 Text Font Color

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

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


#420562 Background Color

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

This div background color is #420562


#420562 Border Color

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

This div border color is #420562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420562


Comments

No comments written yet.

Please login to write comment.