Color Hex Logo

#870390 Color Hex

#870390
(135,3,144)
0 Favorites   0 Comments

Color spaces of #870390

RGB 1353144
HSL0.820.960.29
HSV296°98°56°
CMYK 0.060.980.00   0.44
XYZ15.05837.229626.9874
Yxy7.22960.30560.1467
Hunter Lab26.887952.9132-40.6878
CIE-Lab32.324062.2580-42.3138

#870390 color RGB value is (135,3,144).

#870390 hex color red value is 135, green value is 3 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #870390 hue: 0.82 , saturation: 0.96 and the lightness value of 870390 is 0.29.

The process color (four color CMYK) of #870390 color hex is 0.06, 0.98, 0.00, 0.44. Web safe color of #870390 is #990099. Color #870390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000011 10010000
Octal 207 3 220
Decimal 135 3 144
Hex 87 3 90

RGB Percentages of Color #870390

%47.87
%1.06
%51.06

CMYK Percentages of Color #870390

%6
%98
%0
%44

Triadic Colors of #870390

#870390 #908703 #039087

Analogous Colors of #870390

#870390 #900352 #410390

Monochromatic Colors of #870390

#870390

Complementary Color

#870390 #0c9003

#870390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#870390 Color CSS Codes

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

#870390 Text Font Color

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

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


#870390 Background Color

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

This div background color is #870390


#870390 Border Color

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

This div border color is #870390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870390


Comments

No comments written yet.

Please login to write comment.