Color Hex Logo

#a98ccb Color Hex

#A98CCB
(169,140,203)
0 Favorites   0 Comments

Color spaces of #a98ccb

RGB 169140203
HSL0.740.380.67
HSV268°31°80°
CMYK 0.170.310.00   0.20
XYZ36.519831.503060.6558
Yxy31.50300.28380.2448
Hunter Lab56.127517.9192-24.7841
CIE-Lab62.930023.2809-28.4776

#a98ccb color RGB value is (169,140,203).

#a98ccb hex color red value is 169, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a98ccb hue: 0.74 , saturation: 0.38 and the lightness value of a98ccb is 0.67.

The process color (four color CMYK) of #a98ccb color hex is 0.17, 0.31, 0.00, 0.20. Web safe color of #a98ccb is #9999cc. Color #a98ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001100 11001011
Octal 251 214 313
Decimal 169 140 203
Hex A9 8C CB

RGB Percentages of Color #a98ccb

%33.01
%27.34
%39.65

CMYK Percentages of Color #a98ccb

%17
%31
%0
%20

Triadic Colors of #a98ccb

#a98ccb #cba98c #8ccba9

Analogous Colors of #a98ccb

#a98ccb #c98ccb #8c8fcb

Monochromatic Colors of #a98ccb

#a98ccb

Complementary Color

#a98ccb #aecb8c

#a98ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98ccb Color CSS Codes

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

#a98ccb Text Font Color

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

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


#a98ccb Background Color

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

This div background color is #a98ccb


#a98ccb Border Color

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

This div border color is #a98ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,140,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 #a98ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98ccb


Comments

No comments written yet.

Please login to write comment.