Color Hex Logo

#872985 Color Hex

#872985
(135,41,133)
0 Favorites   0 Comments

Color spaces of #872985

RGB 13541133
HSL0.840.530.35
HSV301°70°53°
CMYK 0.000.700.01   0.47
XYZ15.01828.430223.0259
Yxy8.43020.32320.1814
Hunter Lab29.034841.5179-26.6953
CIE-Lab34.863251.0726-31.4607

#872985 color RGB value is (135,41,133).

#872985 hex color red value is 135, green value is 41 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #872985 hue: 0.84 , saturation: 0.53 and the lightness value of 872985 is 0.35.

The process color (four color CMYK) of #872985 color hex is 0.00, 0.70, 0.01, 0.47. Web safe color of #872985 is #993399. Color #872985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 10000101
Octal 207 51 205
Decimal 135 41 133
Hex 87 29 85

RGB Percentages of Color #872985

%43.69
%13.27
%43.04

CMYK Percentages of Color #872985

%0
%70
%1
%47

Triadic Colors of #872985

#872985 #858729 #298587

Analogous Colors of #872985

#872985 #872956 #5a2987

Monochromatic Colors of #872985

#872985

Complementary Color

#872985 #29872b

#872985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872985 Color CSS Codes

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

#872985 Text Font Color

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

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


#872985 Background Color

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

This div background color is #872985


#872985 Border Color

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

This div border color is #872985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872985


Comments

No comments written yet.

Please login to write comment.