Color Hex Logo

#870199 Color Hex

#870199
(135,1,153)
0 Favorites   0 Comments

Color spaces of #870199

RGB 1351153
HSL0.810.990.30
HSV293°99°60°
CMYK 0.120.990.00   0.40
XYZ15.75237.472530.7491
Yxy7.47250.29190.1384
Hunter Lab27.335955.0229-47.5580
CIE-Lab32.859264.0450-46.9761

#870199 color RGB value is (135,1,153).

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

The process color (four color CMYK) of #870199 color hex is 0.12, 0.99, 0.00, 0.40. Web safe color of #870199 is #990099. Color #870199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000001 10011001
Octal 207 1 231
Decimal 135 1 153
Hex 87 1 99

RGB Percentages of Color #870199

%46.71
%0.35
%52.94

CMYK Percentages of Color #870199

%12
%99
%0
%40

Triadic Colors of #870199

#870199 #998701 #019987

Analogous Colors of #870199

#870199 #99015f #3b0199

Monochromatic Colors of #870199

#870199

Complementary Color

#870199 #139901

#870199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870199 Color CSS Codes

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

#870199 Text Font Color

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

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


#870199 Background Color

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

This div background color is #870199


#870199 Border Color

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

This div border color is #870199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870199


Comments

No comments written yet.

Please login to write comment.