Color Hex Logo

#855aec Color Hex

#855AEC
(133,90,236)
0 Favorites   0 Comments

Color spaces of #855aec

RGB 13390236
HSL0.720.790.64
HSV258°62°93°
CMYK 0.440.620.00   0.07
XYZ28.469418.355081.3993
Yxy18.35500.22200.1431
Hunter Lab42.842743.6401-82.6585
CIE-Lab49.923950.3868-67.8549

#855aec color RGB value is (133,90,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011010 11101100
Octal 205 132 354
Decimal 133 90 236
Hex 85 5A EC

RGB Percentages of Color #855aec

%28.98
%19.61
%51.42

CMYK Percentages of Color #855aec

%44
%62
%0
%7

Triadic Colors of #855aec

#855aec #ec855a #5aec85

Analogous Colors of #855aec

#855aec #ce5aec #5a78ec

Monochromatic Colors of #855aec

#855aec

Complementary Color

#855aec #c1ec5a

#855aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#855aec Color CSS Codes

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

#855aec Text Font Color

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

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


#855aec Background Color

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

This div background color is #855aec


#855aec Border Color

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

This div border color is #855aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,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 #855aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855aec


Comments

No comments written yet.

Please login to write comment.