Color Hex Logo

#871edd Color Hex

#871EDD
(135,30,221)
0 Favorites   0 Comments

Color spaces of #871edd

RGB 13530221
HSL0.760.760.49
HSV273°86°87°
CMYK 0.390.860.00   0.13
XYZ23.507111.299969.3488
Yxy11.29990.22570.1085
Hunter Lab33.615365.9977-98.7852
CIE-Lab40.081172.1223-75.3856

#871edd color RGB value is (135,30,221).

#871edd hex color red value is 135, green value is 30 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #871edd hue: 0.76 , saturation: 0.76 and the lightness value of 871edd is 0.49.

The process color (four color CMYK) of #871edd color hex is 0.39, 0.86, 0.00, 0.13. Web safe color of #871edd is #9933cc. Color #871edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011110 11011101
Octal 207 36 335
Decimal 135 30 221
Hex 87 1E DD

RGB Percentages of Color #871edd

%34.97
%7.77
%57.25

CMYK Percentages of Color #871edd

%39
%86
%0
%13

Triadic Colors of #871edd

#871edd #dd871e #1edd87

Analogous Colors of #871edd

#871edd #dd1ed4 #271edd

Monochromatic Colors of #871edd

#871edd

Complementary Color

#871edd #74dd1e

#871edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#871edd Color CSS Codes

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

#871edd Text Font Color

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

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


#871edd Background Color

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

This div background color is #871edd


#871edd Border Color

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

This div border color is #871edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871edd


Comments

No comments written yet.

Please login to write comment.