Color Hex Logo

#854887 Color Hex

#854887
(133,72,135)
0 Favorites   0 Comments

Color spaces of #854887

RGB 13372135
HSL0.830.300.41
HSV298°47°53°
CMYK 0.010.470.00   0.47
XYZ16.363411.370524.2540
Yxy11.37050.31480.2187
Hunter Lab33.720227.6105-19.0416
CIE-Lab40.197635.9206-24.3453

#854887 color RGB value is (133,72,135).

#854887 hex color red value is 133, green value is 72 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #854887 hue: 0.83 , saturation: 0.30 and the lightness value of 854887 is 0.41.

The process color (four color CMYK) of #854887 color hex is 0.01, 0.47, 0.00, 0.47. Web safe color of #854887 is #993399. Color #854887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 10000111
Octal 205 110 207
Decimal 133 72 135
Hex 85 48 87

RGB Percentages of Color #854887

%39.12
%21.18
%39.71

CMYK Percentages of Color #854887

%1
%47
%0
%47

Triadic Colors of #854887

#854887 #878548 #488785

Analogous Colors of #854887

#854887 #87486a #664887

Monochromatic Colors of #854887

#854887

Complementary Color

#854887 #4a8748

#854887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854887 Color CSS Codes

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

#854887 Text Font Color

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

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


#854887 Background Color

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

This div background color is #854887


#854887 Border Color

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

This div border color is #854887


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,72,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #854887; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #854887;
  -webkit-box-shadow: 1px 1px 3px 2px #854887;
  box-shadow:         1px 1px 3px 2px #854887; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854887


Comments

No comments written yet.

Please login to write comment.