Color Hex Logo

#855cbb Color Hex

#855CBB
(133,92,187)
0 Favorites   0 Comments

Color spaces of #855cbb

RGB 13392187
HSL0.740.410.55
HSV266°51°73°
CMYK 0.290.510.00   0.27
XYZ22.469716.228748.9619
Yxy16.22870.25630.1851
Hunter Lab40.284929.0635-43.8612
CIE-Lab47.273136.4355-44.1333

#855cbb color RGB value is (133,92,187).

#855cbb hex color red value is 133, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #855cbb hue: 0.74 , saturation: 0.41 and the lightness value of 855cbb is 0.55.

The process color (four color CMYK) of #855cbb color hex is 0.29, 0.51, 0.00, 0.27. Web safe color of #855cbb is #9966cc. Color #855cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011100 10111011
Octal 205 134 273
Decimal 133 92 187
Hex 85 5C BB

RGB Percentages of Color #855cbb

%32.28
%22.33
%45.39

CMYK Percentages of Color #855cbb

%29
%51
%0
%27

Triadic Colors of #855cbb

#855cbb #bb855c #5cbb85

Analogous Colors of #855cbb

#855cbb #b55cbb #5c62bb

Monochromatic Colors of #855cbb

#855cbb

Complementary Color

#855cbb #92bb5c

#855cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#855cbb Color CSS Codes

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

#855cbb Text Font Color

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

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


#855cbb Background Color

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

This div background color is #855cbb


#855cbb Border Color

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

This div border color is #855cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855cbb


Comments

No comments written yet.

Please login to write comment.