Color Hex Logo

#a95edc Color Hex

#A95EDC
(169,94,220)
0 Favorites   0 Comments

Color spaces of #a95edc

RGB 16994220
HSL0.770.640.62
HSV276°57°86°
CMYK 0.230.570.00   0.14
XYZ33.283221.607770.1266
Yxy21.60770.26620.1728
Hunter Lab46.484146.4611-56.9069
CIE-Lab53.608352.3884-52.7037

#a95edc color RGB value is (169,94,220).

#a95edc hex color red value is 169, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a95edc hue: 0.77 , saturation: 0.64 and the lightness value of a95edc is 0.62.

The process color (four color CMYK) of #a95edc color hex is 0.23, 0.57, 0.00, 0.14. Web safe color of #a95edc is #9966cc. Color #a95edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 11011100
Octal 251 136 334
Decimal 169 94 220
Hex A9 5E DC

RGB Percentages of Color #a95edc

%34.99
%19.46
%45.55

CMYK Percentages of Color #a95edc

%23
%57
%0
%14

Triadic Colors of #a95edc

#a95edc #dca95e #5edca9

Analogous Colors of #a95edc

#a95edc #dc5ed0 #6a5edc

Monochromatic Colors of #a95edc

#a95edc

Complementary Color

#a95edc #91dc5e

#a95edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95edc Color CSS Codes

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

#a95edc Text Font Color

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

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


#a95edc Background Color

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

This div background color is #a95edc


#a95edc Border Color

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

This div border color is #a95edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,94,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 #a95edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95edc


Comments

No comments written yet.

Please login to write comment.