Color Hex Logo

#870fef Color Hex

#870FEF
(135,15,239)
0 Favorites   0 Comments

Color spaces of #870fef

RGB 13515239
HSL0.760.880.50
HSV272°94°94°
CMYK 0.440.940.00   0.06
XYZ25.742511.724582.5676
Yxy11.72450.21450.0977
Hunter Lab34.241174.2748-119.0009
CIE-Lab40.774978.7806-84.4934

#870fef color RGB value is (135,15,239).

#870fef hex color red value is 135, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #870fef hue: 0.76 , saturation: 0.88 and the lightness value of 870fef is 0.50.

The process color (four color CMYK) of #870fef color hex is 0.44, 0.94, 0.00, 0.06. Web safe color of #870fef is #9900ff. Color #870fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001111 11101111
Octal 207 17 357
Decimal 135 15 239
Hex 87 F EF

RGB Percentages of Color #870fef

%34.70
%3.86
%61.44

CMYK Percentages of Color #870fef

%44
%94
%0
%6

Triadic Colors of #870fef

#870fef #ef870f #0fef87

Analogous Colors of #870fef

#870fef #ef0fe7 #170fef

Monochromatic Colors of #870fef

#870fef

Complementary Color

#870fef #77ef0f

#870fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#870fef Color CSS Codes

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

#870fef Text Font Color

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

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


#870fef Background Color

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

This div background color is #870fef


#870fef Border Color

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

This div border color is #870fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870fef


Comments

No comments written yet.

Please login to write comment.