Color Hex Logo

#a98ecd Color Hex

#A98ECD
(169,142,205)
0 Favorites   0 Comments

Color spaces of #a98ecd

RGB 169142205
HSL0.740.390.68
HSV266°31°80°
CMYK 0.180.310.00   0.20
XYZ37.054632.188862.0177
Yxy32.18880.28230.2452
Hunter Lab56.735217.2945-25.0958
CIE-Lab63.498622.5956-28.7197

#a98ecd color RGB value is (169,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001110 11001101
Octal 251 216 315
Decimal 169 142 205
Hex A9 8E CD

RGB Percentages of Color #a98ecd

%32.75
%27.52
%39.73

CMYK Percentages of Color #a98ecd

%18
%31
%0
%20

Triadic Colors of #a98ecd

#a98ecd #cda98e #8ecda9

Analogous Colors of #a98ecd

#a98ecd #c98ecd #8e93cd

Monochromatic Colors of #a98ecd

#a98ecd

Complementary Color

#a98ecd #b2cd8e

#a98ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98ecd Color CSS Codes

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

#a98ecd Text Font Color

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

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


#a98ecd Background Color

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

This div background color is #a98ecd


#a98ecd Border Color

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

This div border color is #a98ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,142,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98ecd


Comments

No comments written yet.

Please login to write comment.