Color Hex Logo

#421527 Color Hex

#421527
(66,21,39)
0 Favorites   0 Comments

Color spaces of #421527

RGB 662139
HSL0.930.520.17
HSV336°68°26°
CMYK 0.000.680.41   0.74
XYZ2.88111.84112.1230
Yxy1.84110.42090.2690
Hunter Lab13.568714.15640.2214
CIE-Lab14.630223.8721-1.0195

#421527 color RGB value is (66,21,39).

#421527 hex color red value is 66, green value is 21 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #421527 hue: 0.93 , saturation: 0.52 and the lightness value of 421527 is 0.17.

The process color (four color CMYK) of #421527 color hex is 0.00, 0.68, 0.41, 0.74. Web safe color of #421527 is #330033. Color #421527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010101 00100111
Octal 102 25 47
Decimal 66 21 39
Hex 42 15 27

RGB Percentages of Color #421527

%52.38
%16.67
%30.95

CMYK Percentages of Color #421527

%0
%68
%41
%74

Triadic Colors of #421527

#421527 #274215 #152742

Analogous Colors of #421527

#421527 #421a15 #42153e

Monochromatic Colors of #421527

#421527

Complementary Color

#421527 #154230

#421527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421527 Color CSS Codes

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

#421527 Text Font Color

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

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


#421527 Background Color

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

This div background color is #421527


#421527 Border Color

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

This div border color is #421527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421527


Comments

No comments written yet.

Please login to write comment.