Color Hex Logo

#420598 Color Hex

#420598
(66,5,152)
0 Favorites   0 Comments

Color spaces of #420598

RGB 665152
HSL0.740.940.31
HSV265°97°60°
CMYK 0.570.970.00   0.40
XYZ7.96853.533829.9679
Yxy3.53380.19220.0852
Hunter Lab18.798442.7676-81.3596
CIE-Lab22.066154.7565-64.4642

#420598 color RGB value is (66,5,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000101 10011000
Octal 102 5 230
Decimal 66 5 152
Hex 42 5 98

RGB Percentages of Color #420598

%29.60
%2.24
%68.16

CMYK Percentages of Color #420598

%57
%97
%0
%40

Triadic Colors of #420598

#420598 #984205 #059842

Analogous Colors of #420598

#420598 #8c0598 #051298

Monochromatic Colors of #420598

#420598

Complementary Color

#420598 #5b9805

#420598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420598 Color CSS Codes

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

#420598 Text Font Color

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

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


#420598 Background Color

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

This div background color is #420598


#420598 Border Color

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

This div border color is #420598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420598


Comments

No comments written yet.

Please login to write comment.