Color Hex Logo

#885dcb Color Hex

#885DCB
(136,93,203)
0 Favorites   0 Comments

Color spaces of #885dcb

RGB 13693203
HSL0.730.510.58
HSV263°54°80°
CMYK 0.330.540.00   0.20
XYZ24.847217.374758.5440
Yxy17.37470.24660.1724
Hunter Lab41.683033.4586-54.0951
CIE-Lab48.728740.7020-51.0300

#885dcb color RGB value is (136,93,203).

#885dcb hex color red value is 136, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #885dcb hue: 0.73 , saturation: 0.51 and the lightness value of 885dcb is 0.58.

The process color (four color CMYK) of #885dcb color hex is 0.33, 0.54, 0.00, 0.20. Web safe color of #885dcb is #9966cc. Color #885dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011101 11001011
Octal 210 135 313
Decimal 136 93 203
Hex 88 5D CB

RGB Percentages of Color #885dcb

%31.48
%21.53
%46.99

CMYK Percentages of Color #885dcb

%33
%54
%0
%20

Triadic Colors of #885dcb

#885dcb #cb885d #5dcb88

Analogous Colors of #885dcb

#885dcb #bf5dcb #5d69cb

Monochromatic Colors of #885dcb

#885dcb

Complementary Color

#885dcb #a0cb5d

#885dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#885dcb Color CSS Codes

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

#885dcb Text Font Color

<p style="color:#885dcb">Text here</p>

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


#885dcb Background Color

<div style="background-color:#885dcb">
Div content here</div>

This div background color is #885dcb


#885dcb Border Color

<div style="border:3px solid #885dcb">
Div here</div>

This div border color is #885dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,93,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #885dcb;
  box-shadow:         1px 1px 3px 2px #885dcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885dcb


Comments

No comments written yet.

Please login to write comment.