Color Hex Logo

#855dcf Color Hex

#855DCF
(133,93,207)
0 Favorites   0 Comments

Color spaces of #855dcf

RGB 13393207
HSL0.730.540.59
HSV261°55°81°
CMYK 0.360.550.00   0.19
XYZ24.849717.320261.0649
Yxy17.32020.24070.1678
Hunter Lab41.617533.7511-57.8632
CIE-Lab48.661041.0048-53.4484

#855dcf color RGB value is (133,93,207).

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

The process color (four color CMYK) of #855dcf color hex is 0.36, 0.55, 0.00, 0.19. Web safe color of #855dcf is #9966cc. Color #855dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011101 11001111
Octal 205 135 317
Decimal 133 93 207
Hex 85 5D CF

RGB Percentages of Color #855dcf

%30.72
%21.48
%47.81

CMYK Percentages of Color #855dcf

%36
%55
%0
%19

Triadic Colors of #855dcf

#855dcf #cf855d #5dcf85

Analogous Colors of #855dcf

#855dcf #be5dcf #5d6ecf

Monochromatic Colors of #855dcf

#855dcf

Complementary Color

#855dcf #a7cf5d

#855dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#855dcf Color CSS Codes

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

#855dcf Text Font Color

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

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


#855dcf Background Color

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

This div background color is #855dcf


#855dcf Border Color

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

This div border color is #855dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855dcf


Comments

No comments written yet.

Please login to write comment.