Color Hex Logo

#a98fed Color Hex

#A98FED
(169,143,237)
0 Favorites   0 Comments

Color spaces of #a98fed

RGB 169143237
HSL0.710.720.75
HSV257°40°93°
CMYK 0.290.400.00   0.07
XYZ41.470734.194484.5352
Yxy34.19440.25890.2134
Hunter Lab58.476024.2578-44.7788
CIE-Lab65.116629.5910-43.9623

#a98fed color RGB value is (169,143,237).

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

The process color (four color CMYK) of #a98fed color hex is 0.29, 0.40, 0.00, 0.07. Web safe color of #a98fed is #9999ff. Color #a98fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001111 11101101
Octal 251 217 355
Decimal 169 143 237
Hex A9 8F ED

RGB Percentages of Color #a98fed

%30.78
%26.05
%43.17

CMYK Percentages of Color #a98fed

%29
%40
%0
%7

Triadic Colors of #a98fed

#a98fed #eda98f #8feda9

Analogous Colors of #a98fed

#a98fed #d88fed #8fa4ed

Monochromatic Colors of #a98fed

#a98fed

Complementary Color

#a98fed #d3ed8f

#a98fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98fed Color CSS Codes

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

#a98fed Text Font Color

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

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


#a98fed Background Color

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

This div background color is #a98fed


#a98fed Border Color

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

This div border color is #a98fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98fed


Comments

No comments written yet.

Please login to write comment.