color codes Logo

#a95feb color codes

#A95FEB
(169,95,235)
0 Favorites   0 Comments

Color spaces of #a95feb

RGB 16995235
HSL0.750.780.65
HSV272°60°92°
CMYK 0.280.600.00   0.08
XYZ35.449822.617681.0945
Yxy22.61760.25470.1625
Hunter Lab47.558049.8278-67.8091
CIE-Lab54.676255.2720-59.4344

#a95feb color RGB value is (169,95,235).

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

The process color (four color CMYK) of #a95feb color code is 0.28, 0.60, 0.00, 0.08. Web safe color of #a95feb is #9966ff. Color #a95feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011111 11101011
Octal 251 137 353
Decimal 169 95 235
Hex A9 5F EB

RGB Percentages of Color #a95feb

%33.87
%19.04
%47.09

CMYK Percentages of Color #a95feb

%28
%60
%0
%8

Triadic Colors of #a95feb

#a95feb #eba95f #5feba9

Analogous Colors of #a95feb

#a95feb #eb5fe7 #635feb

Monochromatic Colors of #a95feb

#a95feb

Complementary Color

#a95feb #a1eb5f

#a95feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95feb Color CSS Codes

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

#a95feb Text Font Color

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

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


#a95feb Background Color

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

This div background color is #a95feb


#a95feb Border Color

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

This div border color is #a95feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95feb


Comments

No comments written yet.

Please login to write comment.