Color Hex Logo

#853c9b Color Hex

#853C9B
(133,60,155)
0 Favorites   0 Comments

Color spaces of #853c9b

RGB 13360155
HSL0.790.440.42
HSV286°61°61°
CMYK 0.140.610.00   0.39
XYZ17.205110.584832.1466
Yxy10.58480.28710.1766
Hunter Lab32.534337.4611-35.8095
CIE-Lab38.872246.3234-38.5675

#853c9b color RGB value is (133,60,155).

#853c9b hex color red value is 133, green value is 60 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #853c9b hue: 0.79 , saturation: 0.44 and the lightness value of 853c9b is 0.42.

The process color (four color CMYK) of #853c9b color hex is 0.14, 0.61, 0.00, 0.39. Web safe color of #853c9b is #993399. Color #853c9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111100 10011011
Octal 205 74 233
Decimal 133 60 155
Hex 85 3C 9B

RGB Percentages of Color #853c9b

%38.22
%17.24
%44.54

CMYK Percentages of Color #853c9b

%14
%61
%0
%39

Triadic Colors of #853c9b

#853c9b #9b853c #3c9b85

Analogous Colors of #853c9b

#853c9b #9b3c82 #563c9b

Monochromatic Colors of #853c9b

#853c9b

Complementary Color

#853c9b #529b3c

#853c9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853c9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#853c9b Color CSS Codes

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

#853c9b Text Font Color

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

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


#853c9b Background Color

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

This div background color is #853c9b


#853c9b Border Color

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

This div border color is #853c9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,60,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #853c9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #853c9b;
  -webkit-box-shadow: 1px 1px 3px 2px #853c9b;
  box-shadow:         1px 1px 3px 2px #853c9b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853c9b


Comments

No comments written yet.

Please login to write comment.