Color Hex Logo

#9848af Color Hex

#9848AF
(152,72,175)
0 Favorites   0 Comments

Color spaces of #9848af

RGB 15272175
HSL0.800.420.48
HSV287°59°69°
CMYK 0.130.590.00   0.31
XYZ23.004114.405342.1255
Yxy14.40530.28920.1811
Hunter Lab37.954341.7688-39.2380
CIE-Lab44.808749.4900-40.8906

#9848af color RGB value is (152,72,175).

#9848af hex color red value is 152, green value is 72 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9848af hue: 0.80 , saturation: 0.42 and the lightness value of 9848af is 0.48.

The process color (four color CMYK) of #9848af color hex is 0.13, 0.59, 0.00, 0.31. Web safe color of #9848af is #993399. Color #9848af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001000 10101111
Octal 230 110 257
Decimal 152 72 175
Hex 98 48 AF

RGB Percentages of Color #9848af

%38.10
%18.05
%43.86

CMYK Percentages of Color #9848af

%13
%59
%0
%31

Triadic Colors of #9848af

#9848af #af9848 #48af98

Analogous Colors of #9848af

#9848af #af4893 #6548af

Monochromatic Colors of #9848af

#9848af

Complementary Color

#9848af #5faf48

#9848af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9848af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9848af Color CSS Codes

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

#9848af Text Font Color

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

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


#9848af Background Color

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

This div background color is #9848af


#9848af Border Color

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

This div border color is #9848af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,72,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 #9848af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9848af


Comments

No comments written yet.

Please login to write comment.