Color Hex Logo

#870241 Color Hex

#870241
(135,2,65)
0 Favorites   0 Comments

Color spaces of #870241

RGB 135265
HSL0.920.970.27
HSV332°99°53°
CMYK 0.000.990.52   0.47
XYZ10.96755.57605.4992
Yxy5.57600.49760.2530
Hunter Lab23.613641.58202.7218
CIE-Lab28.316552.40252.4796

#870241 color RGB value is (135,2,65).

#870241 hex color red value is 135, green value is 2 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #870241 hue: 0.92 , saturation: 0.97 and the lightness value of 870241 is 0.27.

The process color (four color CMYK) of #870241 color hex is 0.00, 0.99, 0.52, 0.47. Web safe color of #870241 is #990033. Color #870241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000010 01000001
Octal 207 2 101
Decimal 135 2 65
Hex 87 2 41

RGB Percentages of Color #870241

%66.83
%0.99
%32.18

CMYK Percentages of Color #870241

%0
%99
%52
%47

Triadic Colors of #870241

#870241 #418702 #024187

Analogous Colors of #870241

#870241 #870502 #870284

Monochromatic Colors of #870241

#870241

Complementary Color

#870241 #028748

#870241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870241 Color CSS Codes

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

#870241 Text Font Color

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

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


#870241 Background Color

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

This div background color is #870241


#870241 Border Color

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

This div border color is #870241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870241


Comments

No comments written yet.

Please login to write comment.