Color Hex Logo

#872021 Color Hex

#872021
(135,32,33)
0 Favorites   0 Comments

Color spaces of #872021

RGB 1353233
HSL1.000.620.33
HSV359°76°53°
CMYK 0.000.760.76   0.47
XYZ10.78276.29372.0853
Yxy6.29370.56270.3285
Hunter Lab25.087232.818012.6328
CIE-Lab30.141743.160526.0449

#872021 color RGB value is (135,32,33).

#872021 hex color red value is 135, green value is 32 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #872021 hue: 1.00 , saturation: 0.62 and the lightness value of 872021 is 0.33.

The process color (four color CMYK) of #872021 color hex is 0.00, 0.76, 0.76, 0.47. Web safe color of #872021 is #993333. Color #872021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 00100001
Octal 207 40 41
Decimal 135 32 33
Hex 87 20 21

RGB Percentages of Color #872021

%67.50
%16.00
%16.50

CMYK Percentages of Color #872021

%0
%76
%76
%47

Triadic Colors of #872021

#872021 #218720 #202187

Analogous Colors of #872021

#872021 #875320 #872055

Monochromatic Colors of #872021

#872021

Complementary Color

#872021 #208786

#872021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872021 Color CSS Codes

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

#872021 Text Font Color

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

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


#872021 Background Color

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

This div background color is #872021


#872021 Border Color

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

This div border color is #872021


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,32,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #872021; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #872021;
  -webkit-box-shadow: 1px 1px 3px 2px #872021;
  box-shadow:         1px 1px 3px 2px #872021; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,32,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872021


Comments

No comments written yet.

Please login to write comment.