Color Hex Logo

#a998ce Color Hex

#A998CE
(169,152,206)
0 Favorites   0 Comments

Color spaces of #a998ce

RGB 169152206
HSL0.720.360.70
HSV259°26°81°
CMYK 0.180.260.00   0.19
XYZ38.731035.347763.1740
Yxy35.34770.28220.2575
Hunter Lab59.453912.2387-21.3821
CIE-Lab66.018517.1614-25.3991

#a998ce color RGB value is (169,152,206).

#a998ce hex color red value is 169, green value is 152 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a998ce hue: 0.72 , saturation: 0.36 and the lightness value of a998ce is 0.70.

The process color (four color CMYK) of #a998ce color hex is 0.18, 0.26, 0.00, 0.19. Web safe color of #a998ce is #9999cc. Color #a998ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 11001110
Octal 251 230 316
Decimal 169 152 206
Hex A9 98 CE

RGB Percentages of Color #a998ce

%32.07
%28.84
%39.09

CMYK Percentages of Color #a998ce

%18
%26
%0
%19

Triadic Colors of #a998ce

#a998ce #cea998 #98cea9

Analogous Colors of #a998ce

#a998ce #c498ce #98a2ce

Monochromatic Colors of #a998ce

#a998ce

Complementary Color

#a998ce #bdce98

#a998ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998ce Color CSS Codes

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

#a998ce Text Font Color

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

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


#a998ce Background Color

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

This div background color is #a998ce


#a998ce Border Color

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

This div border color is #a998ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998ce


Comments

No comments written yet.

Please login to write comment.