Color Hex Logo

#42131b Color Hex

#42131B
(66,19,27)
0 Favorites   0 Comments

Color spaces of #42131b

RGB 661927
HSL0.970.550.17
HSV350°71°26°
CMYK 0.000.710.59   0.74
XYZ2.67751.70311.2245
Yxy1.70310.47770.3038
Hunter Lab13.050313.78453.5721
CIE-Lab13.845023.49446.6481

#42131b color RGB value is (66,19,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 00011011
Octal 102 23 33
Decimal 66 19 27
Hex 42 13 1B

RGB Percentages of Color #42131b

%58.93
%16.96
%24.11

CMYK Percentages of Color #42131b

%0
%71
%59
%74

Triadic Colors of #42131b

#42131b #1b4213 #131b42

Analogous Colors of #42131b

#42131b #422313 #421333

Monochromatic Colors of #42131b

#42131b

Complementary Color

#42131b #13423a

#42131b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42131b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42131b Color CSS Codes

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

#42131b Text Font Color

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

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


#42131b Background Color

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

This div background color is #42131b


#42131b Border Color

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

This div border color is #42131b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42131b


Comments

No comments written yet.

Please login to write comment.