Color Hex Logo

#855fad Color Hex

#855FAD
(133,95,173)
0 Favorites   0 Comments

Color spaces of #855fad

RGB 13395173
HSL0.750.320.53
HSV269°45°68°
CMYK 0.230.450.00   0.32
XYZ21.307916.188141.5367
Yxy16.18810.26960.2048
Hunter Lab40.234424.1222-33.0449
CIE-Lab47.220331.2401-36.0504

#855fad color RGB value is (133,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011111 10101101
Octal 205 137 255
Decimal 133 95 173
Hex 85 5F AD

RGB Percentages of Color #855fad

%33.17
%23.69
%43.14

CMYK Percentages of Color #855fad

%23
%45
%0
%32

Triadic Colors of #855fad

#855fad #ad855f #5fad85

Analogous Colors of #855fad

#855fad #ac5fad #5f60ad

Monochromatic Colors of #855fad

#855fad

Complementary Color

#855fad #87ad5f

#855fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#855fad Color CSS Codes

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

#855fad Text Font Color

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

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


#855fad Background Color

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

This div background color is #855fad


#855fad Border Color

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

This div border color is #855fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855fad


Comments

No comments written yet.

Please login to write comment.