Color Hex Logo

#a974eb Color Hex

#A974EB
(169,116,235)
0 Favorites   0 Comments

Color spaces of #a974eb

RGB 169116235
HSL0.740.750.69
HSV267°51°92°
CMYK 0.280.510.00   0.08
XYZ37.603026.924081.8122
Yxy26.92400.25700.1840
Hunter Lab51.888338.5527-57.1605
CIE-Lab58.903944.1935-52.6785

#a974eb color RGB value is (169,116,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 11101011
Octal 251 164 353
Decimal 169 116 235
Hex A9 74 EB

RGB Percentages of Color #a974eb

%32.50
%22.31
%45.19

CMYK Percentages of Color #a974eb

%28
%51
%0
%8

Triadic Colors of #a974eb

#a974eb #eba974 #74eba9

Analogous Colors of #a974eb

#a974eb #e574eb #747beb

Monochromatic Colors of #a974eb

#a974eb

Complementary Color

#a974eb #b6eb74

#a974eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a974eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a974eb Color CSS Codes

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

#a974eb Text Font Color

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

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


#a974eb Background Color

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

This div background color is #a974eb


#a974eb Border Color

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

This div border color is #a974eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a974eb


Comments

No comments written yet.

Please login to write comment.