Color Hex Logo

#421245 Color Hex

#421245
(66,18,69)
0 Favorites   0 Comments

Color spaces of #421245

RGB 661869
HSL0.820.590.17
HSV296°74°27°
CMYK 0.040.740.00   0.73
XYZ3.53732.02055.8338
Yxy2.02050.31050.1774
Hunter Lab14.214419.5450-14.3833
CIE-Lab15.594530.7521-20.9249

#421245 color RGB value is (66,18,69).

#421245 hex color red value is 66, green value is 18 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #421245 hue: 0.82 , saturation: 0.59 and the lightness value of 421245 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010010 01000101
Octal 102 22 105
Decimal 66 18 69
Hex 42 12 45

RGB Percentages of Color #421245

%43.14
%11.76
%45.10

CMYK Percentages of Color #421245

%4
%74
%0
%73

Triadic Colors of #421245

#421245 #454212 #124542

Analogous Colors of #421245

#421245 #45122e #291245

Monochromatic Colors of #421245

#421245

Complementary Color

#421245 #154512

#421245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421245 Color CSS Codes

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

#421245 Text Font Color

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

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


#421245 Background Color

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

This div background color is #421245


#421245 Border Color

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

This div border color is #421245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421245


Comments

No comments written yet.

Please login to write comment.