color codes Logo

#a974db color codes

#A974DB
(169,116,219)
0 Favorites   0 Comments

Color spaces of #a974db

RGB 169116219
HSL0.750.590.66
HSV271°47°86°
CMYK 0.230.470.00   0.14
XYZ35.393826.040370.1787
Yxy26.04030.26890.1979
Hunter Lab51.029734.5042-45.8179
CIE-Lab58.075340.4314-45.0447

#a974db color RGB value is (169,116,219).

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

The process color (four color CMYK) of #a974db color code is 0.23, 0.47, 0.00, 0.14. Web safe color of #a974db is #9966cc. Color #a974db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 11011011
Octal 251 164 333
Decimal 169 116 219
Hex A9 74 DB

RGB Percentages of Color #a974db

%33.53
%23.02
%43.45

CMYK Percentages of Color #a974db

%23
%47
%0
%14

Triadic Colors of #a974db

#a974db #dba974 #74dba9

Analogous Colors of #a974db

#a974db #db74da #7674db

Monochromatic Colors of #a974db

#a974db

Complementary Color

#a974db #a6db74

#a974db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a974db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a974db Color CSS Codes

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

#a974db Text Font Color

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

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


#a974db Background Color

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

This div background color is #a974db


#a974db Border Color

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

This div border color is #a974db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a974db


Comments

No comments written yet.

Please login to write comment.