Color Hex Logo

#871dda Color Hex

#871DDA
(135,29,218)
0 Favorites   0 Comments

Color spaces of #871dda

RGB 13529218
HSL0.760.770.48
HSV274°87°85°
CMYK 0.380.870.00   0.15
XYZ23.085911.091667.2538
Yxy11.09160.22760.1094
Hunter Lab33.304165.4516-96.4167
CIE-Lab39.734371.7310-74.2329

#871dda color RGB value is (135,29,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011101 11011010
Octal 207 35 332
Decimal 135 29 218
Hex 87 1D DA

RGB Percentages of Color #871dda

%35.34
%7.59
%57.07

CMYK Percentages of Color #871dda

%38
%87
%0
%15

Triadic Colors of #871dda

#871dda #da871d #1dda87

Analogous Colors of #871dda

#871dda #da1dcf #291dda

Monochromatic Colors of #871dda

#871dda

Complementary Color

#871dda #70da1d

#871dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#871dda Color CSS Codes

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

#871dda Text Font Color

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

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


#871dda Background Color

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

This div background color is #871dda


#871dda Border Color

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

This div border color is #871dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871dda


Comments

No comments written yet.

Please login to write comment.