Color Hex Logo

#95211b Color Hex

#95211B
(149,33,27)
0 Favorites   0 Comments

Color spaces of #95211b

RGB 1493327
HSL0.010.690.35
HSV82°58°
CMYK 0.000.780.82   0.42
XYZ13.13617.55641.8031
Yxy7.55640.58390.3359
Hunter Lab27.488937.194115.3532
CIE-Lab33.041447.125833.5761

#95211b color RGB value is (149,33,27).

#95211b hex color red value is 149, green value is 33 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #95211b hue: 0.01 , saturation: 0.69 and the lightness value of 95211b is 0.35.

The process color (four color CMYK) of #95211b color hex is 0.00, 0.78, 0.82, 0.42. Web safe color of #95211b is #993333. Color #95211b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100001 00011011
Octal 225 41 33
Decimal 149 33 27
Hex 95 21 1B

RGB Percentages of Color #95211b

%71.29
%15.79
%12.92

CMYK Percentages of Color #95211b

%0
%78
%82
%42

Triadic Colors of #95211b

#95211b #1b9521 #211b95

Analogous Colors of #95211b

#95211b #955e1b #951b52

Monochromatic Colors of #95211b

#95211b

Complementary Color

#95211b #1b8f95

#95211b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95211b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95211b Color CSS Codes

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

#95211b Text Font Color

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

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


#95211b Background Color

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

This div background color is #95211b


#95211b Border Color

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

This div border color is #95211b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,33,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 #95211b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95211b


Comments

No comments written yet.

Please login to write comment.