Color Hex Logo

#a98fd3 Color Hex

#A98FD3
(169,143,211)
0 Favorites   0 Comments

Color spaces of #a98fd3

RGB 169143211
HSL0.730.440.69
HSV263°32°83°
CMYK 0.200.320.00   0.17
XYZ37.942532.783165.9560
Yxy32.78310.27760.2399
Hunter Lab57.256518.0887-28.2189
CIE-Lab63.984923.3940-31.3188

#a98fd3 color RGB value is (169,143,211).

#a98fd3 hex color red value is 169, green value is 143 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #a98fd3 hue: 0.73 , saturation: 0.44 and the lightness value of a98fd3 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001111 11010011
Octal 251 217 323
Decimal 169 143 211
Hex A9 8F D3

RGB Percentages of Color #a98fd3

%32.31
%27.34
%40.34

CMYK Percentages of Color #a98fd3

%20
%32
%0
%17

Triadic Colors of #a98fd3

#a98fd3 #d3a98f #8fd3a9

Analogous Colors of #a98fd3

#a98fd3 #cb8fd3 #8f97d3

Monochromatic Colors of #a98fd3

#a98fd3

Complementary Color

#a98fd3 #b9d38f

#a98fd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98fd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98fd3 Color CSS Codes

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

#a98fd3 Text Font Color

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

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


#a98fd3 Background Color

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

This div background color is #a98fd3


#a98fd3 Border Color

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

This div border color is #a98fd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98fd3


Comments

No comments written yet.

Please login to write comment.