Color Hex Logo

#42152a Color Hex

#42152A
(66,21,42)
0 Favorites   0 Comments

Color spaces of #42152a

RGB 662142
HSL0.920.520.17
HSV332°68°26°
CMYK 0.000.680.36   0.74
XYZ2.93291.86172.3953
Yxy1.86170.40790.2589
Hunter Lab13.644414.4913-0.8574
CIE-Lab14.744124.3103-3.0328

#42152a color RGB value is (66,21,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010101 00101010
Octal 102 25 52
Decimal 66 21 42
Hex 42 15 2A

RGB Percentages of Color #42152a

%51.16
%16.28
%32.56

CMYK Percentages of Color #42152a

%0
%68
%36
%74

Triadic Colors of #42152a

#42152a #2a4215 #152a42

Analogous Colors of #42152a

#42152a #421715 #421541

Monochromatic Colors of #42152a

#42152a

Complementary Color

#42152a #15422d

#42152a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42152a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42152a Color CSS Codes

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

#42152a Text Font Color

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

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


#42152a Background Color

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

This div background color is #42152a


#42152a Border Color

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

This div border color is #42152a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42152a


Comments

No comments written yet.

Please login to write comment.