Color Hex Logo

#877dec Color Hex

#877DEC
(135,125,236)
0 Favorites   0 Comments

Color spaces of #877dec

RGB 135125236
HSL0.680.740.71
HSV245°47°93°
CMYK 0.430.470.00   0.07
XYZ32.465625.874382.6400
Yxy25.87430.23030.1835
Hunter Lab50.866824.9103-60.7179
CIE-Lab57.917530.9042-54.9904

#877dec color RGB value is (135,125,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111101 11101100
Octal 207 175 354
Decimal 135 125 236
Hex 87 7D EC

RGB Percentages of Color #877dec

%27.22
%25.20
%47.58

CMYK Percentages of Color #877dec

%43
%47
%0
%7

Triadic Colors of #877dec

#877dec #ec877d #7dec87

Analogous Colors of #877dec

#877dec #bf7dec #7dabec

Monochromatic Colors of #877dec

#877dec

Complementary Color

#877dec #e2ec7d

#877dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#877dec Color CSS Codes

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

#877dec Text Font Color

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

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


#877dec Background Color

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

This div background color is #877dec


#877dec Border Color

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

This div border color is #877dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877dec


Comments

No comments written yet.

Please login to write comment.