Color Hex Logo

#872193 Color Hex

#872193
(135,33,147)
0 Favorites   0 Comments

Color spaces of #872193

RGB 13533147
HSL0.820.630.35
HSV294°78°58°
CMYK 0.080.780.00   0.42
XYZ15.80208.345228.3817
Yxy8.34520.30080.1589
Hunter Lab28.888147.0868-38.0291
CIE-Lab34.691756.4349-40.3589

#872193 color RGB value is (135,33,147).

#872193 hex color red value is 135, green value is 33 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #872193 hue: 0.82 , saturation: 0.63 and the lightness value of 872193 is 0.35.

The process color (four color CMYK) of #872193 color hex is 0.08, 0.78, 0.00, 0.42. Web safe color of #872193 is #993399. Color #872193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100001 10010011
Octal 207 41 223
Decimal 135 33 147
Hex 87 21 93

RGB Percentages of Color #872193

%42.86
%10.48
%46.67

CMYK Percentages of Color #872193

%8
%78
%0
%42

Triadic Colors of #872193

#872193 #938721 #219387

Analogous Colors of #872193

#872193 #932166 #4e2193

Monochromatic Colors of #872193

#872193

Complementary Color

#872193 #2d9321

#872193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872193 Color CSS Codes

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

#872193 Text Font Color

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

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


#872193 Background Color

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

This div background color is #872193


#872193 Border Color

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

This div border color is #872193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872193


Comments

No comments written yet.

Please login to write comment.