Color Hex Logo

#855fcf Color Hex

#855FCF
(133,95,207)
0 Favorites   0 Comments

Color spaces of #855fcf

RGB 13395207
HSL0.720.540.59
HSV260°54°81°
CMYK 0.360.540.00   0.19
XYZ25.027617.676061.1242
Yxy17.67600.24100.1702
Hunter Lab42.042832.6840-56.7691
CIE-Lab49.100739.8704-52.7436

#855fcf color RGB value is (133,95,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011111 11001111
Octal 205 137 317
Decimal 133 95 207
Hex 85 5F CF

RGB Percentages of Color #855fcf

%30.57
%21.84
%47.59

CMYK Percentages of Color #855fcf

%36
%54
%0
%19

Triadic Colors of #855fcf

#855fcf #cf855f #5fcf85

Analogous Colors of #855fcf

#855fcf #bd5fcf #5f71cf

Monochromatic Colors of #855fcf

#855fcf

Complementary Color

#855fcf #a9cf5f

#855fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#855fcf Color CSS Codes

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

#855fcf Text Font Color

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

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


#855fcf Background Color

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

This div background color is #855fcf


#855fcf Border Color

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

This div border color is #855fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855fcf


Comments

No comments written yet.

Please login to write comment.