Color Hex Logo

#855cad Color Hex

#855CAD
(133,92,173)
0 Favorites   0 Comments

Color spaces of #855cad

RGB 13392173
HSL0.750.330.52
HSV270°47°68°
CMYK 0.230.470.00   0.32
XYZ21.042815.658041.4484
Yxy15.65800.26930.2004
Hunter Lab39.570225.6756-34.4051
CIE-Lab46.522632.9828-37.1506

#855cad color RGB value is (133,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011100 10101101
Octal 205 134 255
Decimal 133 92 173
Hex 85 5C AD

RGB Percentages of Color #855cad

%33.42
%23.12
%43.47

CMYK Percentages of Color #855cad

%23
%47
%0
%32

Triadic Colors of #855cad

#855cad #ad855c #5cad85

Analogous Colors of #855cad

#855cad #ad5cad #5d5cad

Monochromatic Colors of #855cad

#855cad

Complementary Color

#855cad #84ad5c

#855cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#855cad Color CSS Codes

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

#855cad Text Font Color

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

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


#855cad Background Color

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

This div background color is #855cad


#855cad Border Color

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

This div border color is #855cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,92,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 #855cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855cad


Comments

No comments written yet.

Please login to write comment.