Color Hex Logo

#853978 Color Hex

#853978
(133,57,120)
0 Favorites   0 Comments

Color spaces of #853978

RGB 13357120
HSL0.860.400.37
HSV310°57°52°
CMYK 0.000.570.10   0.48
XYZ14.52629.268918.7928
Yxy9.26890.34110.2176
Hunter Lab30.444931.8894-15.2867
CIE-Lab36.496941.0461-20.8424

#853978 color RGB value is (133,57,120).

#853978 hex color red value is 133, green value is 57 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #853978 hue: 0.86 , saturation: 0.40 and the lightness value of 853978 is 0.37.

The process color (four color CMYK) of #853978 color hex is 0.00, 0.57, 0.10, 0.48. Web safe color of #853978 is #993366. Color #853978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111001 01111000
Octal 205 71 170
Decimal 133 57 120
Hex 85 39 78

RGB Percentages of Color #853978

%42.90
%18.39
%38.71

CMYK Percentages of Color #853978

%0
%57
%10
%48

Triadic Colors of #853978

#853978 #788539 #397885

Analogous Colors of #853978

#853978 #853952 #6c3985

Monochromatic Colors of #853978

#853978

Complementary Color

#853978 #398546

#853978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853978 Color CSS Codes

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

#853978 Text Font Color

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

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


#853978 Background Color

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

This div background color is #853978


#853978 Border Color

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

This div border color is #853978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853978


Comments

No comments written yet.

Please login to write comment.