Color Hex Logo

#a94aeb Color Hex

#A94AEB
(169,74,235)
0 Favorites   0 Comments

Color spaces of #a94aeb

RGB 16974235
HSL0.770.800.61
HSV275°69°92°
CMYK 0.280.690.00   0.08
XYZ33.806419.330780.5467
Yxy19.33070.25290.1446
Hunter Lab43.966760.3086-77.8422
CIE-Lab51.071965.1582-65.2397

#a94aeb color RGB value is (169,74,235).

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

The process color (four color CMYK) of #a94aeb color hex is 0.28, 0.69, 0.00, 0.08. Web safe color of #a94aeb is #9933ff. Color #a94aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001010 11101011
Octal 251 112 353
Decimal 169 74 235
Hex A9 4A EB

RGB Percentages of Color #a94aeb

%35.36
%15.48
%49.16

CMYK Percentages of Color #a94aeb

%28
%69
%0
%8

Triadic Colors of #a94aeb

#a94aeb #eba94a #4aeba9

Analogous Colors of #a94aeb

#a94aeb #eb4add #594aeb

Monochromatic Colors of #a94aeb

#a94aeb

Complementary Color

#a94aeb #8ceb4a

#a94aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94aeb Color CSS Codes

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

#a94aeb Text Font Color

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

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


#a94aeb Background Color

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

This div background color is #a94aeb


#a94aeb Border Color

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

This div border color is #a94aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94aeb


Comments

No comments written yet.

Please login to write comment.