Color Hex Logo

#421337 Color Hex

#421337
(66,19,55)
1 Favorites   0 Comments

Color spaces of #421337

RGB 661955
HSL0.870.550.17
HSV314°71°26°
CMYK 0.000.710.17   0.74
XYZ3.16921.89983.8141
Yxy1.89980.35680.2139
Hunter Lab13.783316.9217-6.7583
CIE-Lab14.952427.5159-12.0734

#421337 color RGB value is (66,19,55).

#421337 hex color red value is 66, green value is 19 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #421337 hue: 0.87 , saturation: 0.55 and the lightness value of 421337 is 0.17.

The process color (four color CMYK) of #421337 color hex is 0.00, 0.71, 0.17, 0.74. Web safe color of #421337 is #330033. Color #421337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 00110111
Octal 102 23 67
Decimal 66 19 55
Hex 42 13 37

RGB Percentages of Color #421337

%47.14
%13.57
%39.29

CMYK Percentages of Color #421337

%0
%71
%17
%74

Triadic Colors of #421337

#421337 #374213 #133742

Analogous Colors of #421337

#421337 #421320 #361342

Monochromatic Colors of #421337

#421337

Complementary Color

#421337 #13421e

#421337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421337 Color CSS Codes

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

#421337 Text Font Color

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

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


#421337 Background Color

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

This div background color is #421337


#421337 Border Color

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

This div border color is #421337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421337


Comments

No comments written yet.

Please login to write comment.