Color Hex Logo

#853788 Color Hex

#853788
(133,55,136)
0 Favorites   0 Comments

Color spaces of #853788

RGB 13355136
HSL0.830.420.37
HSV298°60°53°
CMYK 0.020.600.00   0.47
XYZ15.48309.496524.3095
Yxy9.49650.31410.1927
Hunter Lab30.816435.7546-25.1994
CIE-Lab36.923244.9539-30.0833

#853788 color RGB value is (133,55,136).

#853788 hex color red value is 133, green value is 55 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #853788 hue: 0.83 , saturation: 0.42 and the lightness value of 853788 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110111 10001000
Octal 205 67 210
Decimal 133 55 136
Hex 85 37 88

RGB Percentages of Color #853788

%41.05
%16.98
%41.98

CMYK Percentages of Color #853788

%2
%60
%0
%47

Triadic Colors of #853788

#853788 #888537 #378885

Analogous Colors of #853788

#853788 #883762 #5d3788

Monochromatic Colors of #853788

#853788

Complementary Color

#853788 #3a8837

#853788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853788 Color CSS Codes

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

#853788 Text Font Color

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

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


#853788 Background Color

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

This div background color is #853788


#853788 Border Color

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

This div border color is #853788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853788


Comments

No comments written yet.

Please login to write comment.