Color Hex Logo

#a98ecb Color Hex

#A98ECB
(169,142,203)
0 Favorites   0 Comments

Color spaces of #a98ecb

RGB 169142203
HSL0.740.370.68
HSV267°30°80°
CMYK 0.170.300.00   0.20
XYZ36.814732.092860.7541
Yxy32.09280.28390.2475
Hunter Lab56.650516.8610-23.9294
CIE-Lab63.419522.1466-27.7224

#a98ecb color RGB value is (169,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001110 11001011
Octal 251 216 313
Decimal 169 142 203
Hex A9 8E CB

RGB Percentages of Color #a98ecb

%32.88
%27.63
%39.49

CMYK Percentages of Color #a98ecb

%17
%30
%0
%20

Triadic Colors of #a98ecb

#a98ecb #cba98e #8ecba9

Analogous Colors of #a98ecb

#a98ecb #c88ecb #8e92cb

Monochromatic Colors of #a98ecb

#a98ecb

Complementary Color

#a98ecb #b0cb8e

#a98ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98ecb Color CSS Codes

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

#a98ecb Text Font Color

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

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


#a98ecb Background Color

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

This div background color is #a98ecb


#a98ecb Border Color

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

This div border color is #a98ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98ecb


Comments

No comments written yet.

Please login to write comment.