Color Hex Logo

#875eef Color Hex

#875EEF
(135,94,239)
0 Favorites   0 Comments

Color spaces of #875eef

RGB 13594239
HSL0.710.820.65
HSV257°61°94°
CMYK 0.440.610.00   0.06
XYZ29.574419.388383.8449
Yxy19.38830.22270.1460
Hunter Lab44.032142.8341-82.0760
CIE-Lab51.138449.4251-67.5608

#875eef color RGB value is (135,94,239).

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

The process color (four color CMYK) of #875eef color hex is 0.44, 0.61, 0.00, 0.06. Web safe color of #875eef is #9966ff. Color #875eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011110 11101111
Octal 207 136 357
Decimal 135 94 239
Hex 87 5E EF

RGB Percentages of Color #875eef

%28.85
%20.09
%51.07

CMYK Percentages of Color #875eef

%44
%61
%0
%6

Triadic Colors of #875eef

#875eef #ef875e #5eef87

Analogous Colors of #875eef

#875eef #d05eef #5e7eef

Monochromatic Colors of #875eef

#875eef

Complementary Color

#875eef #c6ef5e

#875eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#875eef Color CSS Codes

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

#875eef Text Font Color

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

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


#875eef Background Color

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

This div background color is #875eef


#875eef Border Color

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

This div border color is #875eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875eef


Comments

No comments written yet.

Please login to write comment.