Color Hex Logo

#420853 Color Hex

#420853
(66,8,83)
0 Favorites   0 Comments

Color spaces of #420853

RGB 66883
HSL0.800.820.18
HSV286°90°33°
CMYK 0.200.900.00   0.67
XYZ3.89491.95658.3560
Yxy1.95650.27410.1377
Hunter Lab13.987525.2263-25.6281
CIE-Lab15.257337.6513-31.0997

#420853 color RGB value is (66,8,83).

#420853 hex color red value is 66, green value is 8 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #420853 hue: 0.80 , saturation: 0.82 and the lightness value of 420853 is 0.18.

The process color (four color CMYK) of #420853 color hex is 0.20, 0.90, 0.00, 0.67. Web safe color of #420853 is #330066. Color #420853 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001000 01010011
Octal 102 10 123
Decimal 66 8 83
Hex 42 8 53

RGB Percentages of Color #420853

%42.04
%5.10
%52.87

CMYK Percentages of Color #420853

%20
%90
%0
%67

Triadic Colors of #420853

#420853 #534208 #085342

Analogous Colors of #420853

#420853 #53083f #1d0853

Monochromatic Colors of #420853

#420853

Complementary Color

#420853 #195308

#420853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420853 Color CSS Codes

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

#420853 Text Font Color

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

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


#420853 Background Color

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

This div background color is #420853


#420853 Border Color

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

This div border color is #420853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420853


Comments

No comments written yet.

Please login to write comment.