Color Hex Logo

#aa98cb Color Hex

#AA98CB
(170,152,203)
0 Favorites   0 Comments

Color spaces of #aa98cb

RGB 170152203
HSL0.730.330.70
HSV261°25°80°
CMYK 0.160.250.00   0.20
XYZ38.585335.314361.2826
Yxy35.31430.28540.2612
Hunter Lab59.425811.9052-19.5444
CIE-Lab65.992616.8074-23.7620

#aa98cb color RGB value is (170,152,203).

#aa98cb hex color red value is 170, green value is 152 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa98cb hue: 0.73 , saturation: 0.33 and the lightness value of aa98cb is 0.70.

The process color (four color CMYK) of #aa98cb color hex is 0.16, 0.25, 0.00, 0.20. Web safe color of #aa98cb is #9999cc. Color #aa98cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 11001011
Octal 252 230 313
Decimal 170 152 203
Hex AA 98 CB

RGB Percentages of Color #aa98cb

%32.38
%28.95
%38.67

CMYK Percentages of Color #aa98cb

%16
%25
%0
%20

Triadic Colors of #aa98cb

#aa98cb #cbaa98 #98cbaa

Analogous Colors of #aa98cb

#aa98cb #c498cb #98a0cb

Monochromatic Colors of #aa98cb

#aa98cb

Complementary Color

#aa98cb #b9cb98

#aa98cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa98cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa98cb Color CSS Codes

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

#aa98cb Text Font Color

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

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


#aa98cb Background Color

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

This div background color is #aa98cb


#aa98cb Border Color

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

This div border color is #aa98cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa98cb


Comments

No comments written yet.

Please login to write comment.