Color Hex Logo

#873385 Color Hex

#873385
(135,51,133)
0 Favorites   0 Comments

Color spaces of #873385

RGB 13551133
HSL0.840.450.36
HSV301°62°53°
CMYK 0.000.620.01   0.47
XYZ15.40919.212023.1562
Yxy9.21200.32250.1928
Hunter Lab30.351337.5083-23.9888
CIE-Lab36.389346.8199-29.0538

#873385 color RGB value is (135,51,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110011 10000101
Octal 207 63 205
Decimal 135 51 133
Hex 87 33 85

RGB Percentages of Color #873385

%42.32
%15.99
%41.69

CMYK Percentages of Color #873385

%0
%62
%1
%47

Triadic Colors of #873385

#873385 #858733 #338587

Analogous Colors of #873385

#873385 #87335b #5f3387

Monochromatic Colors of #873385

#873385

Complementary Color

#873385 #338735

#873385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873385 Color CSS Codes

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

#873385 Text Font Color

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

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


#873385 Background Color

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

This div background color is #873385


#873385 Border Color

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

This div border color is #873385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873385


Comments

No comments written yet.

Please login to write comment.