Color Hex Logo

#875edd Color Hex

#875EDD
(135,94,221)
0 Favorites   0 Comments

Color spaces of #875edd

RGB 13594221
HSL0.720.650.62
HSV259°57°87°
CMYK 0.390.570.00   0.13
XYZ27.045518.376870.5282
Yxy18.37680.23330.1585
Hunter Lab42.868237.5962-67.5382
CIE-Lab49.950044.6013-59.3402

#875edd color RGB value is (135,94,221).

#875edd hex color red value is 135, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #875edd hue: 0.72 , saturation: 0.65 and the lightness value of 875edd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011110 11011101
Octal 207 136 335
Decimal 135 94 221
Hex 87 5E DD

RGB Percentages of Color #875edd

%30.00
%20.89
%49.11

CMYK Percentages of Color #875edd

%39
%57
%0
%13

Triadic Colors of #875edd

#875edd #dd875e #5edd87

Analogous Colors of #875edd

#875edd #c75edd #5e75dd

Monochromatic Colors of #875edd

#875edd

Complementary Color

#875edd #b4dd5e

#875edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#875edd Color CSS Codes

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

#875edd Text Font Color

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

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


#875edd Background Color

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

This div background color is #875edd


#875edd Border Color

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

This div border color is #875edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,94,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 #875edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875edd


Comments

No comments written yet.

Please login to write comment.