Color Hex Logo

#a98fdc Color Hex

#A98FDC
(169,143,220)
0 Favorites   0 Comments

Color spaces of #a98fdc

RGB 169143220
HSL0.720.520.71
HSV260°35°86°
CMYK 0.230.350.00   0.14
XYZ39.102933.247272.0666
Yxy33.24720.27080.2302
Hunter Lab57.660420.1457-33.7411
CIE-Lab64.360625.4903-35.7435

#a98fdc color RGB value is (169,143,220).

#a98fdc hex color red value is 169, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a98fdc hue: 0.72 , saturation: 0.52 and the lightness value of a98fdc is 0.71.

The process color (four color CMYK) of #a98fdc color hex is 0.23, 0.35, 0.00, 0.14. Web safe color of #a98fdc is #9999cc. Color #a98fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001111 11011100
Octal 251 217 334
Decimal 169 143 220
Hex A9 8F DC

RGB Percentages of Color #a98fdc

%31.77
%26.88
%41.35

CMYK Percentages of Color #a98fdc

%23
%35
%0
%14

Triadic Colors of #a98fdc

#a98fdc #dca98f #8fdca9

Analogous Colors of #a98fdc

#a98fdc #d08fdc #8f9cdc

Monochromatic Colors of #a98fdc

#a98fdc

Complementary Color

#a98fdc #c2dc8f

#a98fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98fdc Color CSS Codes

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

#a98fdc Text Font Color

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

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


#a98fdc Background Color

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

This div background color is #a98fdc


#a98fdc Border Color

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

This div border color is #a98fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98fdc


Comments

No comments written yet.

Please login to write comment.