Color Hex Logo

#9853af Color Hex

#9853AF
(152,83,175)
0 Favorites   0 Comments

Color spaces of #9853af

RGB 15283175
HSL0.790.370.51
HSV285°53°69°
CMYK 0.130.530.00   0.31
XYZ23.780015.957142.3841
Yxy15.95710.28960.1943
Hunter Lab39.946336.3547-34.9458
CIE-Lab46.918243.8619-37.5512

#9853af color RGB value is (152,83,175).

#9853af hex color red value is 152, green value is 83 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9853af hue: 0.79 , saturation: 0.37 and the lightness value of 9853af is 0.51.

The process color (four color CMYK) of #9853af color hex is 0.13, 0.53, 0.00, 0.31. Web safe color of #9853af is #996699. Color #9853af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010011 10101111
Octal 230 123 257
Decimal 152 83 175
Hex 98 53 AF

RGB Percentages of Color #9853af

%37.07
%20.24
%42.68

CMYK Percentages of Color #9853af

%13
%53
%0
%31

Triadic Colors of #9853af

#9853af #af9853 #53af98

Analogous Colors of #9853af

#9853af #af5398 #6a53af

Monochromatic Colors of #9853af

#9853af

Complementary Color

#9853af #6aaf53

#9853af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9853af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9853af Color CSS Codes

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

#9853af Text Font Color

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

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


#9853af Background Color

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

This div background color is #9853af


#9853af Border Color

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

This div border color is #9853af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,83,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9853af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9853af;
  -webkit-box-shadow: 1px 1px 3px 2px #9853af;
  box-shadow:         1px 1px 3px 2px #9853af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,83,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9853af


Comments

No comments written yet.

Please login to write comment.