Color Hex Logo

#9823aa Color Hex

#9823AA
(152,35,170)
0 Favorites   0 Comments

Color spaces of #9823aa

RGB 15235170
HSL0.810.660.40
HSV292°79°67°
CMYK 0.110.790.00   0.33
XYZ20.805610.779739.0143
Yxy10.77970.29470.1527
Hunter Lab32.832555.6569-47.4707
CIE-Lab39.206963.3748-46.8689

#9823aa color RGB value is (152,35,170).

#9823aa hex color red value is 152, green value is 35 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9823aa hue: 0.81 , saturation: 0.66 and the lightness value of 9823aa is 0.40.

The process color (four color CMYK) of #9823aa color hex is 0.11, 0.79, 0.00, 0.33. Web safe color of #9823aa is #993399. Color #9823aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00100011 10101010
Octal 230 43 252
Decimal 152 35 170
Hex 98 23 AA

RGB Percentages of Color #9823aa

%42.58
%9.80
%47.62

CMYK Percentages of Color #9823aa

%11
%79
%0
%33

Triadic Colors of #9823aa

#9823aa #aa9823 #23aa98

Analogous Colors of #9823aa

#9823aa #aa2379 #5423aa

Monochromatic Colors of #9823aa

#9823aa

Complementary Color

#9823aa #35aa23

#9823aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9823aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9823aa Color CSS Codes

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

#9823aa Text Font Color

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

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


#9823aa Background Color

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

This div background color is #9823aa


#9823aa Border Color

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

This div border color is #9823aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,35,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9823aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9823aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9823aa;
  box-shadow:         1px 1px 3px 2px #9823aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9823aa


Comments

No comments written yet.

Please login to write comment.