Color Hex Logo

#872099 Color Hex

#872099
(135,32,153)
0 Favorites   0 Comments

Color spaces of #872099

RGB 13532153
HSL0.810.650.36
HSV291°79°60°
CMYK 0.120.790.00   0.40
XYZ16.25808.483830.9176
Yxy8.48380.29210.1524
Hunter Lab29.127048.6624-42.5461
CIE-Lab34.970857.8515-43.5747

#872099 color RGB value is (135,32,153).

#872099 hex color red value is 135, green value is 32 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #872099 hue: 0.81 , saturation: 0.65 and the lightness value of 872099 is 0.36.

The process color (four color CMYK) of #872099 color hex is 0.12, 0.79, 0.00, 0.40. Web safe color of #872099 is #993399. Color #872099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100000 10011001
Octal 207 40 231
Decimal 135 32 153
Hex 87 20 99

RGB Percentages of Color #872099

%42.19
%10.00
%47.81

CMYK Percentages of Color #872099

%12
%79
%0
%40

Triadic Colors of #872099

#872099 #998720 #209987

Analogous Colors of #872099

#872099 #99206f #4b2099

Monochromatic Colors of #872099

#872099

Complementary Color

#872099 #329920

#872099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872099 Color CSS Codes

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

#872099 Text Font Color

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

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


#872099 Background Color

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

This div background color is #872099


#872099 Border Color

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

This div border color is #872099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872099


Comments

No comments written yet.

Please login to write comment.