Color Hex Logo

#854865 Color Hex

#854865
(133,72,101)
0 Favorites   0 Comments

Color spaces of #854865

RGB 13372101
HSL0.920.300.40
HSV331°46°52°
CMYK 0.000.460.24   0.48
XYZ14.339210.560913.5946
Yxy10.56090.37250.2743
Hunter Lab32.497521.8906-2.0543
CIE-Lab38.830829.8341-5.4254

#854865 color RGB value is (133,72,101).

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

The process color (four color CMYK) of #854865 color hex is 0.00, 0.46, 0.24, 0.48. Web safe color of #854865 is #993366. Color #854865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 01100101
Octal 205 110 145
Decimal 133 72 101
Hex 85 48 65

RGB Percentages of Color #854865

%43.46
%23.53
%33.01

CMYK Percentages of Color #854865

%0
%46
%24
%48

Triadic Colors of #854865

#854865 #658548 #486585

Analogous Colors of #854865

#854865 #854a48 #854884

Monochromatic Colors of #854865

#854865

Complementary Color

#854865 #488568

#854865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854865 Color CSS Codes

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

#854865 Text Font Color

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

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


#854865 Background Color

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

This div background color is #854865


#854865 Border Color

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

This div border color is #854865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854865


Comments

No comments written yet.

Please login to write comment.