Color Hex Logo

#420566 Color Hex

#420566
(66,5,102)
0 Favorites   0 Comments

Color spaces of #420566

RGB 665102
HSL0.770.910.21
HSV278°95°40°
CMYK 0.350.950.00   0.60
XYZ4.69932.226112.7524
Yxy2.22610.23880.1131
Hunter Lab14.920130.1109-40.2318
CIE-Lab16.631742.8598-41.5914

#420566 color RGB value is (66,5,102).

#420566 hex color red value is 66, green value is 5 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #420566 hue: 0.77 , saturation: 0.91 and the lightness value of 420566 is 0.21.

The process color (four color CMYK) of #420566 color hex is 0.35, 0.95, 0.00, 0.60. Web safe color of #420566 is #330066. Color #420566 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000101 01100110
Octal 102 5 146
Decimal 66 5 102
Hex 42 5 66

RGB Percentages of Color #420566

%38.15
%2.89
%58.96

CMYK Percentages of Color #420566

%35
%95
%0
%60

Triadic Colors of #420566

#420566 #664205 #056642

Analogous Colors of #420566

#420566 #660559 #120566

Monochromatic Colors of #420566

#420566

Complementary Color

#420566 #296605

#420566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420566 Color CSS Codes

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

#420566 Text Font Color

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

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


#420566 Background Color

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

This div background color is #420566


#420566 Border Color

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

This div border color is #420566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420566


Comments

No comments written yet.

Please login to write comment.