Color Hex Logo

#871dde Color Hex

#871DDE
(135,29,222)
0 Favorites   0 Comments

Color spaces of #871dde

RGB 13529222
HSL0.760.770.49
HSV273°87°87°
CMYK 0.390.870.00   0.13
XYZ23.615911.303670.0444
Yxy11.30360.22500.1077
Hunter Lab33.620866.5453-99.9880
CIE-Lab40.087272.5794-75.9484

#871dde color RGB value is (135,29,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011101 11011110
Octal 207 35 336
Decimal 135 29 222
Hex 87 1D DE

RGB Percentages of Color #871dde

%34.97
%7.51
%57.51

CMYK Percentages of Color #871dde

%39
%87
%0
%13

Triadic Colors of #871dde

#871dde #de871d #1dde87

Analogous Colors of #871dde

#871dde #de1dd5 #261dde

Monochromatic Colors of #871dde

#871dde

Complementary Color

#871dde #74de1d

#871dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#871dde Color CSS Codes

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

#871dde Text Font Color

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

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


#871dde Background Color

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

This div background color is #871dde


#871dde Border Color

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

This div border color is #871dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871dde


Comments

No comments written yet.

Please login to write comment.