Color Hex Logo

#885cca Color Hex

#885CCA
(136,92,202)
0 Favorites   0 Comments

Color spaces of #885cca

RGB 13692202
HSL0.730.510.58
HSV264°54°79°
CMYK 0.330.540.00   0.21
XYZ24.641217.152857.8892
Yxy17.15280.24720.1721
Hunter Lab41.415933.7241-53.8815
CIE-Lab48.452041.0089-50.8986

#885cca color RGB value is (136,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011100 11001010
Octal 210 134 312
Decimal 136 92 202
Hex 88 5C CA

RGB Percentages of Color #885cca

%31.63
%21.40
%46.98

CMYK Percentages of Color #885cca

%33
%54
%0
%21

Triadic Colors of #885cca

#885cca #ca885c #5cca88

Analogous Colors of #885cca

#885cca #bf5cca #5c67ca

Monochromatic Colors of #885cca

#885cca

Complementary Color

#885cca #9eca5c

#885cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#885cca Color CSS Codes

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

#885cca Text Font Color

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

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


#885cca Background Color

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

This div background color is #885cca


#885cca Border Color

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

This div border color is #885cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885cca


Comments

No comments written yet.

Please login to write comment.