Color Hex Logo

#a94aed Color Hex

#A94AED
(169,74,237)
0 Favorites   0 Comments

Color spaces of #a94aed

RGB 16974237
HSL0.760.820.61
HSV275°69°93°
CMYK 0.290.690.00   0.07
XYZ34.097019.447082.0773
Yxy19.44700.25140.1434
Hunter Lab44.098860.8428-79.4824
CIE-Lab51.206165.5917-66.1468

#a94aed color RGB value is (169,74,237).

#a94aed hex color red value is 169, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a94aed hue: 0.76 , saturation: 0.82 and the lightness value of a94aed is 0.61.

The process color (four color CMYK) of #a94aed color hex is 0.29, 0.69, 0.00, 0.07. Web safe color of #a94aed is #9933ff. Color #a94aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001010 11101101
Octal 251 112 355
Decimal 169 74 237
Hex A9 4A ED

RGB Percentages of Color #a94aed

%35.21
%15.42
%49.38

CMYK Percentages of Color #a94aed

%29
%69
%0
%7

Triadic Colors of #a94aed

#a94aed #eda94a #4aeda9

Analogous Colors of #a94aed

#a94aed #ed4ae0 #584aed

Monochromatic Colors of #a94aed

#a94aed

Complementary Color

#a94aed #8eed4a

#a94aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94aed Color CSS Codes

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

#a94aed Text Font Color

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

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


#a94aed Background Color

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

This div background color is #a94aed


#a94aed Border Color

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

This div border color is #a94aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94aed


Comments

No comments written yet.

Please login to write comment.