Color Hex Logo

#87202a Color Hex

#87202A
(135,32,42)
0 Favorites   0 Comments

Color spaces of #87202a

RGB 1353242
HSL0.980.620.33
HSV354°76°53°
CMYK 0.000.760.69   0.47
XYZ10.92616.35112.8405
Yxy6.35110.54310.3157
Hunter Lab25.201433.286510.9583
CIE-Lab30.281543.626020.4793

#87202a color RGB value is (135,32,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 00101010
Octal 207 40 52
Decimal 135 32 42
Hex 87 20 2A

RGB Percentages of Color #87202a

%64.59
%15.31
%20.10

CMYK Percentages of Color #87202a

%0
%76
%69
%47

Triadic Colors of #87202a

#87202a #2a8720 #202a87

Analogous Colors of #87202a

#87202a #874a20 #87205e

Monochromatic Colors of #87202a

#87202a

Complementary Color

#87202a #20877d

#87202a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87202a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87202a Color CSS Codes

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

#87202a Text Font Color

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

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


#87202a Background Color

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

This div background color is #87202a


#87202a Border Color

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

This div border color is #87202a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,32,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 #87202a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87202a


Comments

No comments written yet.

Please login to write comment.