Color Hex Logo

#420345 Color Hex

#420345
(66,3,69)
0 Favorites   0 Comments

Color spaces of #420345

RGB 66369
HSL0.830.920.14
HSV297°96°27°
CMYK 0.040.960.00   0.73
XYZ3.35351.65305.7725
Yxy1.65300.31110.1534
Hunter Lab12.856924.0590-17.6202
CIE-Lab13.549436.6241-24.1858

#420345 color RGB value is (66,3,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000011 01000101
Octal 102 3 105
Decimal 66 3 69
Hex 42 3 45

RGB Percentages of Color #420345

%47.83
%2.17
%50.00

CMYK Percentages of Color #420345

%4
%96
%0
%73

Triadic Colors of #420345

#420345 #454203 #034542

Analogous Colors of #420345

#420345 #450327 #210345

Monochromatic Colors of #420345

#420345

Complementary Color

#420345 #064503

#420345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420345 Color CSS Codes

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

#420345 Text Font Color

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

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


#420345 Background Color

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

This div background color is #420345


#420345 Border Color

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

This div border color is #420345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420345


Comments

No comments written yet.

Please login to write comment.