Color Hex Logo

#887bda Color Hex

#887BDA
(136,123,218)
0 Favorites   0 Comments

Color spaces of #887bda

RGB 136123218
HSL0.690.560.67
HSV248°44°85°
CMYK 0.380.440.00   0.15
XYZ29.891224.462169.4759
Yxy24.46210.24140.1975
Hunter Lab49.459221.3249-48.6640
CIE-Lab56.547527.3156-47.1002

#887bda color RGB value is (136,123,218).

#887bda hex color red value is 136, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #887bda hue: 0.69 , saturation: 0.56 and the lightness value of 887bda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111011 11011010
Octal 210 173 332
Decimal 136 123 218
Hex 88 7B DA

RGB Percentages of Color #887bda

%28.51
%25.79
%45.70

CMYK Percentages of Color #887bda

%38
%44
%0
%15

Triadic Colors of #887bda

#887bda #da887b #7bda88

Analogous Colors of #887bda

#887bda #b87bda #7b9eda

Monochromatic Colors of #887bda

#887bda

Complementary Color

#887bda #cdda7b

#887bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#887bda Color CSS Codes

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

#887bda Text Font Color

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

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


#887bda Background Color

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

This div background color is #887bda


#887bda Border Color

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

This div border color is #887bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887bda


Comments

No comments written yet.

Please login to write comment.