Color Hex Logo

#a94fcc Color Hex

#A94FCC
(169,79,204)
0 Favorites   0 Comments

Color spaces of #a94fcc

RGB 16979204
HSL0.790.550.55
HSV283°61°80°
CMYK 0.170.610.00   0.20
XYZ30.057318.386659.0915
Yxy18.38660.27950.1710
Hunter Lab42.879650.0838-51.6906
CIE-Lab49.961756.3314-49.4096

#a94fcc color RGB value is (169,79,204).

#a94fcc hex color red value is 169, green value is 79 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a94fcc hue: 0.79 , saturation: 0.55 and the lightness value of a94fcc is 0.55.

The process color (four color CMYK) of #a94fcc color hex is 0.17, 0.61, 0.00, 0.20. Web safe color of #a94fcc is #9966cc. Color #a94fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001111 11001100
Octal 251 117 314
Decimal 169 79 204
Hex A9 4F CC

RGB Percentages of Color #a94fcc

%37.39
%17.48
%45.13

CMYK Percentages of Color #a94fcc

%17
%61
%0
%20

Triadic Colors of #a94fcc

#a94fcc #cca94f #4fcca9

Analogous Colors of #a94fcc

#a94fcc #cc4fb1 #6b4fcc

Monochromatic Colors of #a94fcc

#a94fcc

Complementary Color

#a94fcc #72cc4f

#a94fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94fcc Color CSS Codes

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

#a94fcc Text Font Color

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

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


#a94fcc Background Color

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

This div background color is #a94fcc


#a94fcc Border Color

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

This div border color is #a94fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94fcc


Comments

No comments written yet.

Please login to write comment.