Color Hex Logo

#875eee Color Hex

#875EEE
(135,94,238)
0 Favorites   0 Comments

Color spaces of #875eee

RGB 13594238
HSL0.710.810.65
HSV257°61°93°
CMYK 0.430.610.00   0.07
XYZ29.427019.329483.0689
Yxy19.32940.22320.1466
Hunter Lab43.965242.5353-81.2483
CIE-Lab51.070449.1546-67.1109

#875eee color RGB value is (135,94,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011110 11101110
Octal 207 136 356
Decimal 135 94 238
Hex 87 5E EE

RGB Percentages of Color #875eee

%28.91
%20.13
%50.96

CMYK Percentages of Color #875eee

%43
%61
%0
%7

Triadic Colors of #875eee

#875eee #ee875e #5eee87

Analogous Colors of #875eee

#875eee #cf5eee #5e7dee

Monochromatic Colors of #875eee

#875eee

Complementary Color

#875eee #c5ee5e

#875eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#875eee Color CSS Codes

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

#875eee Text Font Color

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

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


#875eee Background Color

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

This div background color is #875eee


#875eee Border Color

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

This div border color is #875eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875eee


Comments

No comments written yet.

Please login to write comment.