Color Hex Logo

#887dff Color Hex

#887DFF
(136,125,255)
0 Favorites   0 Comments

Color spaces of #887dff

RGB 136125255
HSL0.681.000.75
HSV245°51°100°
CMYK 0.470.510.00   0.00
XYZ35.537027.121597.9697
Yxy27.12150.22120.1688
Hunter Lab52.078330.6671-75.0815
CIE-Lab59.086636.5566-63.6218

#887dff color RGB value is (136,125,255).

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

The process color (four color CMYK) of #887dff color hex is 0.47, 0.51, 0.00, 0.00. Web safe color of #887dff is #9966ff. Color #887dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111101 11111111
Octal 210 175 377
Decimal 136 125 255
Hex 88 7D FF

RGB Percentages of Color #887dff

%26.36
%24.22
%49.42

CMYK Percentages of Color #887dff

%47
%51
%0
%0

Triadic Colors of #887dff

#887dff #ff887d #7dff88

Analogous Colors of #887dff

#887dff #c97dff #7db3ff

Monochromatic Colors of #887dff

#887dff

Complementary Color

#887dff #f4ff7d

#887dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#887dff Color CSS Codes

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

#887dff Text Font Color

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

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


#887dff Background Color

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

This div background color is #887dff


#887dff Border Color

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

This div border color is #887dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887dff

Related Colors


Comments

No comments written yet.

Please login to write comment.