Color Hex Logo

#885ae4 Color Hex

#885AE4
(136,90,228)
0 Favorites   0 Comments

Color spaces of #885ae4

RGB 13690228
HSL0.720.720.62
HSV260°61°89°
CMYK 0.400.610.00   0.11
XYZ27.813118.148075.4358
Yxy18.14800.22910.1495
Hunter Lab42.600541.9887-75.1689
CIE-Lab49.675148.8683-63.7382

#885ae4 color RGB value is (136,90,228).

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

The process color (four color CMYK) of #885ae4 color hex is 0.40, 0.61, 0.00, 0.11. Web safe color of #885ae4 is #9966cc. Color #885ae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011010 11100100
Octal 210 132 344
Decimal 136 90 228
Hex 88 5A E4

RGB Percentages of Color #885ae4

%29.96
%19.82
%50.22

CMYK Percentages of Color #885ae4

%40
%61
%0
%11

Triadic Colors of #885ae4

#885ae4 #e4885a #5ae488

Analogous Colors of #885ae4

#885ae4 #cd5ae4 #5a71e4

Monochromatic Colors of #885ae4

#885ae4

Complementary Color

#885ae4 #b6e45a

#885ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885ae4 Color CSS Codes

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

#885ae4 Text Font Color

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

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


#885ae4 Background Color

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

This div background color is #885ae4


#885ae4 Border Color

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

This div border color is #885ae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885ae4


Comments

No comments written yet.

Please login to write comment.