Color Hex Logo

#855dca Color Hex

#855DCA
(133,93,202)
0 Favorites   0 Comments

Color spaces of #855dca

RGB 13393202
HSL0.730.510.58
HSV262°54°79°
CMYK 0.340.540.00   0.21
XYZ24.247917.079557.8958
Yxy17.07950.24440.1721
Hunter Lab41.327432.4080-54.1307
CIE-Lab48.360139.6999-51.0632

#855dca color RGB value is (133,93,202).

#855dca hex color red value is 133, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #855dca hue: 0.73 , saturation: 0.51 and the lightness value of 855dca is 0.58.

The process color (four color CMYK) of #855dca color hex is 0.34, 0.54, 0.00, 0.21. Web safe color of #855dca is #9966cc. Color #855dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011101 11001010
Octal 205 135 312
Decimal 133 93 202
Hex 85 5D CA

RGB Percentages of Color #855dca

%31.07
%21.73
%47.20

CMYK Percentages of Color #855dca

%34
%54
%0
%21

Triadic Colors of #855dca

#855dca #ca855d #5dca85

Analogous Colors of #855dca

#855dca #bc5dca #5d6cca

Monochromatic Colors of #855dca

#855dca

Complementary Color

#855dca #a2ca5d

#855dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#855dca Color CSS Codes

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

#855dca Text Font Color

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

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


#855dca Background Color

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

This div background color is #855dca


#855dca Border Color

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

This div border color is #855dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855dca


Comments

No comments written yet.

Please login to write comment.