Color Hex Logo

#870fed Color Hex

#870FED
(135,15,237)
0 Favorites   0 Comments

Color spaces of #870fed

RGB 13515237
HSL0.760.880.49
HSV272°94°93°
CMYK 0.430.940.00   0.07
XYZ25.448611.607081.0198
Yxy11.60700.21550.0983
Hunter Lab34.069073.7135-117.1496
CIE-Lab40.584678.3650-83.6747

#870fed color RGB value is (135,15,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001111 11101101
Octal 207 17 355
Decimal 135 15 237
Hex 87 F ED

RGB Percentages of Color #870fed

%34.88
%3.88
%61.24

CMYK Percentages of Color #870fed

%43
%94
%0
%7

Triadic Colors of #870fed

#870fed #ed870f #0fed87

Analogous Colors of #870fed

#870fed #ed0fe4 #180fed

Monochromatic Colors of #870fed

#870fed

Complementary Color

#870fed #75ed0f

#870fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#870fed Color CSS Codes

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

#870fed Text Font Color

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

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


#870fed Background Color

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

This div background color is #870fed


#870fed Border Color

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

This div border color is #870fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870fed


Comments

No comments written yet.

Please login to write comment.