Color Hex Logo

#855dad Color Hex

#855DAD
(133,93,173)
0 Favorites   0 Comments

Color spaces of #855dad

RGB 13393173
HSL0.750.330.52
HSV270°46°68°
CMYK 0.230.460.00   0.32
XYZ21.130015.832441.4774
Yxy15.83240.26940.2018
Hunter Lab39.789925.1580-33.9515
CIE-Lab46.753832.4031-36.7856

#855dad color RGB value is (133,93,173).

#855dad hex color red value is 133, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #855dad hue: 0.75 , saturation: 0.33 and the lightness value of 855dad is 0.52.

The process color (four color CMYK) of #855dad color hex is 0.23, 0.46, 0.00, 0.32. Web safe color of #855dad is #996699. Color #855dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011101 10101101
Octal 205 135 255
Decimal 133 93 173
Hex 85 5D AD

RGB Percentages of Color #855dad

%33.33
%23.31
%43.36

CMYK Percentages of Color #855dad

%23
%46
%0
%32

Triadic Colors of #855dad

#855dad #ad855d #5dad85

Analogous Colors of #855dad

#855dad #ad5dad #5d5dad

Monochromatic Colors of #855dad

#855dad

Complementary Color

#855dad #85ad5d

#855dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#855dad Color CSS Codes

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

#855dad Text Font Color

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

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


#855dad Background Color

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

This div background color is #855dad


#855dad Border Color

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

This div border color is #855dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855dad


Comments

No comments written yet.

Please login to write comment.