Color Hex Logo

#a95fed Color Hex

#A95FED
(169,95,237)
0 Favorites   0 Comments

Color spaces of #a95fed

RGB 16995237
HSL0.750.800.65
HSV271°60°93°
CMYK 0.290.600.00   0.07
XYZ35.740522.733982.6251
Yxy22.73390.25330.1611
Hunter Lab47.680150.3616-69.3679
CIE-Lab54.797255.7319-60.3593

#a95fed color RGB value is (169,95,237).

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

The process color (four color CMYK) of #a95fed color hex is 0.29, 0.60, 0.00, 0.07. Web safe color of #a95fed is #9966ff. Color #a95fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011111 11101101
Octal 251 137 355
Decimal 169 95 237
Hex A9 5F ED

RGB Percentages of Color #a95fed

%33.73
%18.96
%47.31

CMYK Percentages of Color #a95fed

%29
%60
%0
%7

Triadic Colors of #a95fed

#a95fed #eda95f #5feda9

Analogous Colors of #a95fed

#a95fed #ed5fea #625fed

Monochromatic Colors of #a95fed

#a95fed

Complementary Color

#a95fed #a3ed5f

#a95fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95fed Color CSS Codes

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

#a95fed Text Font Color

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

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


#a95fed Background Color

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

This div background color is #a95fed


#a95fed Border Color

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

This div border color is #a95fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95fed


Comments

No comments written yet.

Please login to write comment.