Color Hex Logo

#9830ad Color Hex

#9830AD
(152,48,173)
0 Favorites   0 Comments

Color spaces of #9830ad

RGB 15248173
HSL0.810.570.43
HSV290°72°68°
CMYK 0.120.720.00   0.32
XYZ21.548711.806440.6783
Yxy11.80640.29110.1595
Hunter Lab34.360451.8132-46.1393
CIE-Lab40.906859.5936-45.9297

#9830ad color RGB value is (152,48,173).

#9830ad hex color red value is 152, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9830ad hue: 0.81 , saturation: 0.57 and the lightness value of 9830ad is 0.43.

The process color (four color CMYK) of #9830ad color hex is 0.12, 0.72, 0.00, 0.32. Web safe color of #9830ad is #993399. Color #9830ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 10101101
Octal 230 60 255
Decimal 152 48 173
Hex 98 30 AD

RGB Percentages of Color #9830ad

%40.75
%12.87
%46.38

CMYK Percentages of Color #9830ad

%12
%72
%0
%32

Triadic Colors of #9830ad

#9830ad #ad9830 #30ad98

Analogous Colors of #9830ad

#9830ad #ad3084 #5930ad

Monochromatic Colors of #9830ad

#9830ad

Complementary Color

#9830ad #45ad30

#9830ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9830ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9830ad Color CSS Codes

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

#9830ad Text Font Color

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

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


#9830ad Background Color

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

This div background color is #9830ad


#9830ad Border Color

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

This div border color is #9830ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,48,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9830ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9830ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9830ad;
  box-shadow:         1px 1px 3px 2px #9830ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9830ad


Comments

No comments written yet.

Please login to write comment.