Color Hex Logo

#a955ea Color Hex

#A955EA
(169,85,234)
0 Favorites   0 Comments

Color spaces of #a955ea

RGB 16985234
HSL0.760.780.63
HSV274°64°92°
CMYK 0.280.640.00   0.08
XYZ34.462020.872580.0544
Yxy20.87250.25450.1542
Hunter Lab45.686454.6941-71.9109
CIE-Lab52.809759.9431-61.8742

#a955ea color RGB value is (169,85,234).

#a955ea hex color red value is 169, green value is 85 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a955ea hue: 0.76 , saturation: 0.78 and the lightness value of a955ea is 0.63.

The process color (four color CMYK) of #a955ea color hex is 0.28, 0.64, 0.00, 0.08. Web safe color of #a955ea is #9966ff. Color #a955ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 11101010
Octal 251 125 352
Decimal 169 85 234
Hex A9 55 EA

RGB Percentages of Color #a955ea

%34.63
%17.42
%47.95

CMYK Percentages of Color #a955ea

%28
%64
%0
%8

Triadic Colors of #a955ea

#a955ea #eaa955 #55eaa9

Analogous Colors of #a955ea

#a955ea #ea55e1 #5f55ea

Monochromatic Colors of #a955ea

#a955ea

Complementary Color

#a955ea #96ea55

#a955ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a955ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a955ea Color CSS Codes

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

#a955ea Text Font Color

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

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


#a955ea Background Color

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

This div background color is #a955ea


#a955ea Border Color

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

This div border color is #a955ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a955ea


Comments

No comments written yet.

Please login to write comment.