Color Hex Logo

#a974cd Color Hex

#A974CD
(169,116,205)
0 Favorites   0 Comments

Color spaces of #a974cd

RGB 169116205
HSL0.770.470.63
HSV276°43°80°
CMYK 0.180.430.00   0.20
XYZ33.627025.333660.8751
Yxy25.33360.28060.2114
Hunter Lab50.332531.1735-36.4761
CIE-Lab57.399037.2583-38.2118

#a974cd color RGB value is (169,116,205).

#a974cd hex color red value is 169, green value is 116 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a974cd hue: 0.77 , saturation: 0.47 and the lightness value of a974cd is 0.63.

The process color (four color CMYK) of #a974cd color hex is 0.18, 0.43, 0.00, 0.20. Web safe color of #a974cd is #9966cc. Color #a974cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 11001101
Octal 251 164 315
Decimal 169 116 205
Hex A9 74 CD

RGB Percentages of Color #a974cd

%34.49
%23.67
%41.84

CMYK Percentages of Color #a974cd

%18
%43
%0
%20

Triadic Colors of #a974cd

#a974cd #cda974 #74cda9

Analogous Colors of #a974cd

#a974cd #cd74c5 #7d74cd

Monochromatic Colors of #a974cd

#a974cd

Complementary Color

#a974cd #98cd74

#a974cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a974cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a974cd Color CSS Codes

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

#a974cd Text Font Color

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

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


#a974cd Background Color

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

This div background color is #a974cd


#a974cd Border Color

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

This div border color is #a974cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a974cd


Comments

No comments written yet.

Please login to write comment.