Color Hex Logo

#855fdc Color Hex

#855FDC
(133,95,220)
0 Favorites   0 Comments

Color spaces of #855fdc

RGB 13395220
HSL0.720.640.62
HSV258°57°86°
CMYK 0.400.570.00   0.14
XYZ26.683318.338369.8434
Yxy18.33830.23230.1597
Hunter Lab42.823236.2833-66.7239
CIE-Lab49.903943.3253-58.8578

#855fdc color RGB value is (133,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011111 11011100
Octal 205 137 334
Decimal 133 95 220
Hex 85 5F DC

RGB Percentages of Color #855fdc

%29.69
%21.21
%49.11

CMYK Percentages of Color #855fdc

%40
%57
%0
%14

Triadic Colors of #855fdc

#855fdc #dc855f #5fdc85

Analogous Colors of #855fdc

#855fdc #c45fdc #5f78dc

Monochromatic Colors of #855fdc

#855fdc

Complementary Color

#855fdc #b6dc5f

#855fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#855fdc Color CSS Codes

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

#855fdc Text Font Color

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

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


#855fdc Background Color

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

This div background color is #855fdc


#855fdc Border Color

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

This div border color is #855fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855fdc


Comments

No comments written yet.

Please login to write comment.