Color Hex Logo

#a974e9 Color Hex

#A974E9
(169,116,233)
0 Favorites   0 Comments

Color spaces of #a974e9

RGB 169116233
HSL0.740.730.68
HSV267°50°91°
CMYK 0.270.500.00   0.09
XYZ37.315626.809080.2987
Yxy26.80900.25840.1856
Hunter Lab51.777438.0332-55.7054
CIE-Lab58.797143.7163-51.7345

#a974e9 color RGB value is (169,116,233).

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

The process color (four color CMYK) of #a974e9 color hex is 0.27, 0.50, 0.00, 0.09. Web safe color of #a974e9 is #9966ff. Color #a974e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 11101001
Octal 251 164 351
Decimal 169 116 233
Hex A9 74 E9

RGB Percentages of Color #a974e9

%32.63
%22.39
%44.98

CMYK Percentages of Color #a974e9

%27
%50
%0
%9

Triadic Colors of #a974e9

#a974e9 #e9a974 #74e9a9

Analogous Colors of #a974e9

#a974e9 #e474e9 #747ae9

Monochromatic Colors of #a974e9

#a974e9

Complementary Color

#a974e9 #b4e974

#a974e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a974e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a974e9 Color CSS Codes

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

#a974e9 Text Font Color

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

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


#a974e9 Background Color

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

This div background color is #a974e9


#a974e9 Border Color

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

This div border color is #a974e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a974e9


Comments

No comments written yet.

Please login to write comment.