Color Hex Logo

#855fdd Color Hex

#855FDD
(133,95,221)
0 Favorites   0 Comments

Color spaces of #855fdd

RGB 13395221
HSL0.720.650.62
HSV258°57°87°
CMYK 0.400.570.00   0.13
XYZ26.816218.391470.5431
Yxy18.39140.23170.1589
Hunter Lab42.885236.5673-67.5082
CIE-Lab49.967443.5940-59.3223

#855fdd color RGB value is (133,95,221).

#855fdd hex color red value is 133, green value is 95 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #855fdd hue: 0.72 , saturation: 0.65 and the lightness value of 855fdd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011111 11011101
Octal 205 137 335
Decimal 133 95 221
Hex 85 5F DD

RGB Percentages of Color #855fdd

%29.62
%21.16
%49.22

CMYK Percentages of Color #855fdd

%40
%57
%0
%13

Triadic Colors of #855fdd

#855fdd #dd855f #5fdd85

Analogous Colors of #855fdd

#855fdd #c45fdd #5f78dd

Monochromatic Colors of #855fdd

#855fdd

Complementary Color

#855fdd #b7dd5f

#855fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#855fdd Color CSS Codes

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

#855fdd Text Font Color

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

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


#855fdd Background Color

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

This div background color is #855fdd


#855fdd Border Color

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

This div border color is #855fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855fdd


Comments

No comments written yet.

Please login to write comment.