Color Hex Logo

#420245 Color Hex

#420245
(66,2,69)
0 Favorites   0 Comments

Color spaces of #420245

RGB 66269
HSL0.830.940.14
HSV297°97°27°
CMYK 0.040.970.00   0.73
XYZ3.34271.63135.7689
Yxy1.63130.31120.1518
Hunter Lab12.772224.3649-17.8392
CIE-Lab13.419537.0076-24.3941

#420245 color RGB value is (66,2,69).

#420245 hex color red value is 66, green value is 2 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #420245 hue: 0.83 , saturation: 0.94 and the lightness value of 420245 is 0.14.

The process color (four color CMYK) of #420245 color hex is 0.04, 0.97, 0.00, 0.73. Web safe color of #420245 is #330033. Color #420245 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000010 01000101
Octal 102 2 105
Decimal 66 2 69
Hex 42 2 45

RGB Percentages of Color #420245

%48.18
%1.46
%50.36

CMYK Percentages of Color #420245

%4
%97
%0
%73

Triadic Colors of #420245

#420245 #454202 #024542

Analogous Colors of #420245

#420245 #450227 #200245

Monochromatic Colors of #420245

#420245

Complementary Color

#420245 #054502

#420245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420245 Color CSS Codes

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

#420245 Text Font Color

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

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


#420245 Background Color

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

This div background color is #420245


#420245 Border Color

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

This div border color is #420245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420245


Comments

No comments written yet.

Please login to write comment.