Color Hex Logo

#873284 Color Hex

#873284
(135,50,132)
0 Favorites   0 Comments

Color spaces of #873284

RGB 13550132
HSL0.840.460.36
HSV302°63°53°
CMYK 0.000.630.02   0.47
XYZ15.29719.098022.7796
Yxy9.09800.32430.1929
Hunter Lab30.162937.7412-23.6629
CIE-Lab36.172347.0931-28.7773

#873284 color RGB value is (135,50,132).

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

The process color (four color CMYK) of #873284 color hex is 0.00, 0.63, 0.02, 0.47. Web safe color of #873284 is #993399. Color #873284 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110010 10000100
Octal 207 62 204
Decimal 135 50 132
Hex 87 32 84

RGB Percentages of Color #873284

%42.59
%15.77
%41.64

CMYK Percentages of Color #873284

%0
%63
%2
%47

Triadic Colors of #873284

#873284 #848732 #328487

Analogous Colors of #873284

#873284 #873259 #5f3287

Monochromatic Colors of #873284

#873284

Complementary Color

#873284 #328735

#873284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873284 Color CSS Codes

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

#873284 Text Font Color

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

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


#873284 Background Color

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

This div background color is #873284


#873284 Border Color

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

This div border color is #873284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873284


Comments

No comments written yet.

Please login to write comment.