Color Hex Logo

#a95eef Color Hex

#A95EEF
(169,94,239)
0 Favorites   0 Comments

Color spaces of #a95eef

RGB 16994239
HSL0.750.820.65
HSV271°61°94°
CMYK 0.290.610.00   0.06
XYZ35.944922.672484.1431
Yxy22.67240.25180.1588
Hunter Lab47.615551.4222-71.4426
CIE-Lab54.733356.6940-61.5799

#a95eef color RGB value is (169,94,239).

#a95eef hex color red value is 169, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a95eef hue: 0.75 , saturation: 0.82 and the lightness value of a95eef is 0.65.

The process color (four color CMYK) of #a95eef color hex is 0.29, 0.61, 0.00, 0.06. Web safe color of #a95eef is #9966ff. Color #a95eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 11101111
Octal 251 136 357
Decimal 169 94 239
Hex A9 5E EF

RGB Percentages of Color #a95eef

%33.67
%18.73
%47.61

CMYK Percentages of Color #a95eef

%29
%61
%0
%6

Triadic Colors of #a95eef

#a95eef #efa95e #5eefa9

Analogous Colors of #a95eef

#a95eef #ef5eed #605eef

Monochromatic Colors of #a95eef

#a95eef

Complementary Color

#a95eef #a4ef5e

#a95eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95eef Color CSS Codes

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

#a95eef Text Font Color

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

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


#a95eef Background Color

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

This div background color is #a95eef


#a95eef Border Color

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

This div border color is #a95eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95eef


Comments

No comments written yet.

Please login to write comment.