Color Hex Logo

#855dda Color Hex

#855DDA
(133,93,218)
0 Favorites   0 Comments

Color spaces of #855dda

RGB 13393218
HSL0.720.630.61
HSV259°57°85°
CMYK 0.390.570.00   0.15
XYZ26.242117.877268.3972
Yxy17.87720.23320.1589
Hunter Lab42.281436.7940-66.3143
CIE-Lab49.346843.9119-58.6194

#855dda color RGB value is (133,93,218).

#855dda hex color red value is 133, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #855dda hue: 0.72 , saturation: 0.63 and the lightness value of 855dda is 0.61.

The process color (four color CMYK) of #855dda color hex is 0.39, 0.57, 0.00, 0.15. Web safe color of #855dda is #9966cc. Color #855dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011101 11011010
Octal 205 135 332
Decimal 133 93 218
Hex 85 5D DA

RGB Percentages of Color #855dda

%29.95
%20.95
%49.10

CMYK Percentages of Color #855dda

%39
%57
%0
%15

Triadic Colors of #855dda

#855dda #da855d #5dda85

Analogous Colors of #855dda

#855dda #c45dda #5d74da

Monochromatic Colors of #855dda

#855dda

Complementary Color

#855dda #b2da5d

#855dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#855dda Color CSS Codes

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

#855dda Text Font Color

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

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


#855dda Background Color

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

This div background color is #855dda


#855dda Border Color

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

This div border color is #855dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855dda


Comments

No comments written yet.

Please login to write comment.