Color Hex Logo

#9838aa Color Hex

#9838AA
(152,56,170)
0 Favorites   0 Comments

Color spaces of #9838aa

RGB 15256170
HSL0.810.500.44
HSV291°67°67°
CMYK 0.110.670.00   0.33
XYZ21.618812.406039.2854
Yxy12.40600.29490.1692
Hunter Lab35.222247.9217-41.4742
CIE-Lab41.854255.8399-42.6328

#9838aa color RGB value is (152,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111000 10101010
Octal 230 70 252
Decimal 152 56 170
Hex 98 38 AA

RGB Percentages of Color #9838aa

%40.21
%14.81
%44.97

CMYK Percentages of Color #9838aa

%11
%67
%0
%33

Triadic Colors of #9838aa

#9838aa #aa9838 #38aa98

Analogous Colors of #9838aa

#9838aa #aa3883 #5f38aa

Monochromatic Colors of #9838aa

#9838aa

Complementary Color

#9838aa #4aaa38

#9838aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9838aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9838aa Color CSS Codes

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

#9838aa Text Font Color

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

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


#9838aa Background Color

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

This div background color is #9838aa


#9838aa Border Color

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

This div border color is #9838aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9838aa


Comments

No comments written yet.

Please login to write comment.