Color Hex Logo

#870250 Color Hex

#870250
(135,2,80)
0 Favorites   0 Comments

Color spaces of #870250

RGB 135280
HSL0.900.970.27
HSV325°99°53°
CMYK 0.000.990.41   0.47
XYZ11.46135.77358.0997
Yxy5.77350.45240.2279
Hunter Lab24.028143.0945-3.1666
CIE-Lab28.833753.7731-6.8142

#870250 color RGB value is (135,2,80).

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

The process color (four color CMYK) of #870250 color hex is 0.00, 0.99, 0.41, 0.47. Web safe color of #870250 is #990066. Color #870250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000010 01010000
Octal 207 2 120
Decimal 135 2 80
Hex 87 2 50

RGB Percentages of Color #870250

%62.21
%0.92
%36.87

CMYK Percentages of Color #870250

%0
%99
%41
%47

Triadic Colors of #870250

#870250 #508702 #025087

Analogous Colors of #870250

#870250 #87020e #7c0287

Monochromatic Colors of #870250

#870250

Complementary Color

#870250 #028739

#870250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870250 Color CSS Codes

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

#870250 Text Font Color

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

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


#870250 Background Color

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

This div background color is #870250


#870250 Border Color

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

This div border color is #870250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870250


Comments

No comments written yet.

Please login to write comment.