Color Hex Logo

#420498 Color Hex

#420498
(66,4,152)
0 Favorites   0 Comments

Color spaces of #420498

RGB 664152
HSL0.740.950.31
HSV265°97°60°
CMYK 0.570.970.00   0.40
XYZ7.95773.512129.9642
Yxy3.51210.19210.0848
Hunter Lab18.740642.9993-81.6799
CIE-Lab21.988054.9942-64.5935

#420498 color RGB value is (66,4,152).

#420498 hex color red value is 66, green value is 4 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #420498 hue: 0.74 , saturation: 0.95 and the lightness value of 420498 is 0.31.

The process color (four color CMYK) of #420498 color hex is 0.57, 0.97, 0.00, 0.40. Web safe color of #420498 is #330099. Color #420498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000100 10011000
Octal 102 4 230
Decimal 66 4 152
Hex 42 4 98

RGB Percentages of Color #420498

%29.73
%1.80
%68.47

CMYK Percentages of Color #420498

%57
%97
%0
%40

Triadic Colors of #420498

#420498 #984204 #049842

Analogous Colors of #420498

#420498 #8c0498 #041098

Monochromatic Colors of #420498

#420498

Complementary Color

#420498 #5a9804

#420498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420498 Color CSS Codes

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

#420498 Text Font Color

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

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


#420498 Background Color

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

This div background color is #420498


#420498 Border Color

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

This div border color is #420498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420498


Comments

No comments written yet.

Please login to write comment.