Color Hex Logo

#887ddc Color Hex

#887DDC
(136,125,220)
0 Favorites   0 Comments

Color spaces of #887ddc

RGB 136125220
HSL0.690.580.68
HSV247°43°86°
CMYK 0.380.430.00   0.14
XYZ30.405225.068870.9464
Yxy25.06880.24050.1983
Hunter Lab50.068820.7772-48.9646
CIE-Lab57.142426.6894-47.2808

#887ddc color RGB value is (136,125,220).

#887ddc hex color red value is 136, green value is 125 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #887ddc hue: 0.69 , saturation: 0.58 and the lightness value of 887ddc is 0.68.

The process color (four color CMYK) of #887ddc color hex is 0.38, 0.43, 0.00, 0.14. Web safe color of #887ddc is #9966cc. Color #887ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111101 11011100
Octal 210 175 334
Decimal 136 125 220
Hex 88 7D DC

RGB Percentages of Color #887ddc

%28.27
%25.99
%45.74

CMYK Percentages of Color #887ddc

%38
%43
%0
%14

Triadic Colors of #887ddc

#887ddc #dc887d #7ddc88

Analogous Colors of #887ddc

#887ddc #b87ddc #7da2dc

Monochromatic Colors of #887ddc

#887ddc

Complementary Color

#887ddc #d1dc7d

#887ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#887ddc Color CSS Codes

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

#887ddc Text Font Color

<p style="color:#887ddc">Text here</p>

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


#887ddc Background Color

<div style="background-color:#887ddc">
Div content here</div>

This div background color is #887ddc


#887ddc Border Color

<div style="border:3px solid #887ddc">
Div here</div>

This div border color is #887ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,125,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #887ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #887ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #887ddc;
  box-shadow:         1px 1px 3px 2px #887ddc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887ddc


Comments

No comments written yet.

Please login to write comment.