Color Hex Logo

#a998ec Color Hex

#A998EC
(169,152,236)
0 Favorites   0 Comments

Color spaces of #a998ec

RGB 169152236
HSL0.700.690.76
HSV252°36°93°
CMYK 0.280.360.00   0.07
XYZ42.730736.947684.2363
Yxy36.94760.26070.2254
Hunter Lab60.784519.1101-39.6160
CIE-Lab67.237724.2507-40.0883

#a998ec color RGB value is (169,152,236).

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

The process color (four color CMYK) of #a998ec color hex is 0.28, 0.36, 0.00, 0.07. Web safe color of #a998ec is #9999ff. Color #a998ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 11101100
Octal 251 230 354
Decimal 169 152 236
Hex A9 98 EC

RGB Percentages of Color #a998ec

%30.34
%27.29
%42.37

CMYK Percentages of Color #a998ec

%28
%36
%0
%7

Triadic Colors of #a998ec

#a998ec #eca998 #98eca9

Analogous Colors of #a998ec

#a998ec #d398ec #98b1ec

Monochromatic Colors of #a998ec

#a998ec

Complementary Color

#a998ec #dbec98

#a998ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998ec Color CSS Codes

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

#a998ec Text Font Color

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

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


#a998ec Background Color

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

This div background color is #a998ec


#a998ec Border Color

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

This div border color is #a998ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998ec


Comments

No comments written yet.

Please login to write comment.