Color Hex Logo

#871edc Color Hex

#871EDC
(135,30,220)
0 Favorites   0 Comments

Color spaces of #871edc

RGB 13530220
HSL0.760.760.49
HSV273°86°86°
CMYK 0.390.860.00   0.14
XYZ23.374211.246868.6490
Yxy11.24680.22630.1089
Hunter Lab33.536265.7231-97.8918
CIE-Lab39.993171.9090-74.9565

#871edc color RGB value is (135,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011110 11011100
Octal 207 36 334
Decimal 135 30 220
Hex 87 1E DC

RGB Percentages of Color #871edc

%35.06
%7.79
%57.14

CMYK Percentages of Color #871edc

%39
%86
%0
%14

Triadic Colors of #871edc

#871edc #dc871e #1edc87

Analogous Colors of #871edc

#871edc #dc1ed2 #281edc

Monochromatic Colors of #871edc

#871edc

Complementary Color

#871edc #73dc1e

#871edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#871edc Color CSS Codes

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

#871edc Text Font Color

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

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


#871edc Background Color

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

This div background color is #871edc


#871edc Border Color

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

This div border color is #871edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871edc


Comments

No comments written yet.

Please login to write comment.