Color Hex Logo

#855dcb Color Hex

#855DCB
(133,93,203)
0 Favorites   0 Comments

Color spaces of #855dcb

RGB 13393203
HSL0.730.510.58
HSV262°54°80°
CMYK 0.340.540.00   0.20
XYZ24.366717.127058.5215
Yxy17.12700.24360.1712
Hunter Lab41.384832.6746-54.8716
CIE-Lab48.419739.9600-51.5421

#855dcb color RGB value is (133,93,203).

#855dcb hex color red value is 133, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #855dcb hue: 0.73 , saturation: 0.51 and the lightness value of 855dcb is 0.58.

The process color (four color CMYK) of #855dcb color hex is 0.34, 0.54, 0.00, 0.20. Web safe color of #855dcb is #9966cc. Color #855dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011101 11001011
Octal 205 135 313
Decimal 133 93 203
Hex 85 5D CB

RGB Percentages of Color #855dcb

%31.00
%21.68
%47.32

CMYK Percentages of Color #855dcb

%34
%54
%0
%20

Triadic Colors of #855dcb

#855dcb #cb855d #5dcb85

Analogous Colors of #855dcb

#855dcb #bc5dcb #5d6ccb

Monochromatic Colors of #855dcb

#855dcb

Complementary Color

#855dcb #a3cb5d

#855dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#855dcb Color CSS Codes

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

#855dcb Text Font Color

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

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


#855dcb Background Color

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

This div background color is #855dcb


#855dcb Border Color

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

This div border color is #855dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855dcb


Comments

No comments written yet.

Please login to write comment.