Color Hex Logo

#855cec Color Hex

#855CEC
(133,92,236)
0 Favorites   0 Comments

Color spaces of #855cec

RGB 13392236
HSL0.710.790.64
HSV257°61°93°
CMYK 0.440.610.00   0.07
XYZ28.640318.697081.4562
Yxy18.69700.22240.1452
Hunter Lab43.240042.5605-81.4234
CIE-Lab50.330849.3009-67.1956

#855cec color RGB value is (133,92,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011100 11101100
Octal 205 134 354
Decimal 133 92 236
Hex 85 5C EC

RGB Percentages of Color #855cec

%28.85
%19.96
%51.19

CMYK Percentages of Color #855cec

%44
%61
%0
%7

Triadic Colors of #855cec

#855cec #ec855c #5cec85

Analogous Colors of #855cec

#855cec #cd5cec #5c7bec

Monochromatic Colors of #855cec

#855cec

Complementary Color

#855cec #c3ec5c

#855cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#855cec Color CSS Codes

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

#855cec Text Font Color

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

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


#855cec Background Color

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

This div background color is #855cec


#855cec Border Color

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

This div border color is #855cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855cec


Comments

No comments written yet.

Please login to write comment.