Color Hex Logo

#885aec Color Hex

#885AEC
(136,90,236)
0 Favorites   0 Comments

Color spaces of #885aec

RGB 13690236
HSL0.720.790.64
HSV259°62°93°
CMYK 0.420.620.00   0.07
XYZ28.949818.602781.4217
Yxy18.60270.22450.1442
Hunter Lab43.130844.3318-81.7351
CIE-Lab50.219150.9855-67.3626

#885aec color RGB value is (136,90,236).

#885aec hex color red value is 136, green value is 90 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #885aec hue: 0.72 , saturation: 0.79 and the lightness value of 885aec is 0.64.

The process color (four color CMYK) of #885aec color hex is 0.42, 0.62, 0.00, 0.07. Web safe color of #885aec is #9966ff. Color #885aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011010 11101100
Octal 210 132 354
Decimal 136 90 236
Hex 88 5A EC

RGB Percentages of Color #885aec

%29.44
%19.48
%51.08

CMYK Percentages of Color #885aec

%42
%62
%0
%7

Triadic Colors of #885aec

#885aec #ec885a #5aec88

Analogous Colors of #885aec

#885aec #d15aec #5a75ec

Monochromatic Colors of #885aec

#885aec

Complementary Color

#885aec #beec5a

#885aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#885aec Color CSS Codes

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

#885aec Text Font Color

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

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


#885aec Background Color

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

This div background color is #885aec


#885aec Border Color

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

This div border color is #885aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885aec


Comments

No comments written yet.

Please login to write comment.