Color Hex Logo

#855bdc Color Hex

#855BDC
(133,91,220)
0 Favorites   0 Comments

Color spaces of #855bdc

RGB 13391220
HSL0.720.650.61
HSV260°59°86°
CMYK 0.400.590.00   0.14
XYZ26.332217.636069.7264
Yxy17.63600.23160.1551
Hunter Lab41.995238.4329-69.0449
CIE-Lab49.051645.5566-60.2309

#855bdc color RGB value is (133,91,220).

#855bdc hex color red value is 133, green value is 91 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #855bdc hue: 0.72 , saturation: 0.65 and the lightness value of 855bdc is 0.61.

The process color (four color CMYK) of #855bdc color hex is 0.40, 0.59, 0.00, 0.14. Web safe color of #855bdc is #9966cc. Color #855bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011011 11011100
Octal 205 133 334
Decimal 133 91 220
Hex 85 5B DC

RGB Percentages of Color #855bdc

%29.95
%20.50
%49.55

CMYK Percentages of Color #855bdc

%40
%59
%0
%14

Triadic Colors of #855bdc

#855bdc #dc855b #5bdc85

Analogous Colors of #855bdc

#855bdc #c65bdc #5b72dc

Monochromatic Colors of #855bdc

#855bdc

Complementary Color

#855bdc #b2dc5b

#855bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#855bdc Color CSS Codes

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

#855bdc Text Font Color

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

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


#855bdc Background Color

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

This div background color is #855bdc


#855bdc Border Color

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

This div border color is #855bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855bdc


Comments

No comments written yet.

Please login to write comment.