Color Hex Logo

#877dee Color Hex

#877DEE
(135,125,238)
0 Favorites   0 Comments

Color spaces of #877dee

RGB 135125238
HSL0.680.770.71
HSV245°47°93°
CMYK 0.430.470.00   0.07
XYZ32.757925.991284.1792
Yxy25.99120.22920.1818
Hunter Lab50.981625.4764-62.2107
CIE-Lab58.028731.4709-55.9244

#877dee color RGB value is (135,125,238).

#877dee hex color red value is 135, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #877dee hue: 0.68 , saturation: 0.77 and the lightness value of 877dee is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111101 11101110
Octal 207 175 356
Decimal 135 125 238
Hex 87 7D EE

RGB Percentages of Color #877dee

%27.11
%25.10
%47.79

CMYK Percentages of Color #877dee

%43
%47
%0
%7

Triadic Colors of #877dee

#877dee #ee877d #7dee87

Analogous Colors of #877dee

#877dee #c07dee #7dacee

Monochromatic Colors of #877dee

#877dee

Complementary Color

#877dee #e4ee7d

#877dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#877dee Color CSS Codes

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

#877dee Text Font Color

<p style="color:#877dee">Text here</p>

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


#877dee Background Color

<div style="background-color:#877dee">
Div content here</div>

This div background color is #877dee


#877dee Border Color

<div style="border:3px solid #877dee">
Div here</div>

This div border color is #877dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877dee


Comments

No comments written yet.

Please login to write comment.