Color Hex Logo

#855cea Color Hex

#855CEA
(133,92,234)
0 Favorites   0 Comments

Color spaces of #855cea

RGB 13392234
HSL0.710.770.64
HSV257°61°92°
CMYK 0.430.610.00   0.08
XYZ28.351318.581479.9342
Yxy18.58140.22350.1465
Hunter Lab43.106141.9653-79.7705
CIE-Lab50.193848.7600-66.2939

#855cea color RGB value is (133,92,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011100 11101010
Octal 205 134 352
Decimal 133 92 234
Hex 85 5C EA

RGB Percentages of Color #855cea

%28.98
%20.04
%50.98

CMYK Percentages of Color #855cea

%43
%61
%0
%8

Triadic Colors of #855cea

#855cea #ea855c #5cea85

Analogous Colors of #855cea

#855cea #cc5cea #5c7aea

Monochromatic Colors of #855cea

#855cea

Complementary Color

#855cea #c1ea5c

#855cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#855cea Color CSS Codes

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

#855cea Text Font Color

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

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


#855cea Background Color

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

This div background color is #855cea


#855cea Border Color

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

This div border color is #855cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855cea


Comments

No comments written yet.

Please login to write comment.