Color Hex Logo

#42133c Color Hex

#42133C
(66,19,60)
0 Favorites   0 Comments

Color spaces of #42133c

RGB 661960
HSL0.850.550.17
HSV308°71°26°
CMYK 0.000.710.09   0.74
XYZ3.29521.95024.4777
Yxy1.95020.33890.2006
Hunter Lab13.965017.6806-9.2352
CIE-Lab15.223728.4514-15.1998

#42133c color RGB value is (66,19,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 00111100
Octal 102 23 74
Decimal 66 19 60
Hex 42 13 3C

RGB Percentages of Color #42133c

%45.52
%13.10
%41.38

CMYK Percentages of Color #42133c

%0
%71
%9
%74

Triadic Colors of #42133c

#42133c #3c4213 #133c42

Analogous Colors of #42133c

#42133c #421325 #311342

Monochromatic Colors of #42133c

#42133c

Complementary Color

#42133c #134219

#42133c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42133c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42133c Color CSS Codes

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

#42133c Text Font Color

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

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


#42133c Background Color

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

This div background color is #42133c


#42133c Border Color

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

This div border color is #42133c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42133c


Comments

No comments written yet.

Please login to write comment.