Color Hex Logo

#a94bc9 Color Hex

#A94BC9
(169,75,201)
0 Favorites   0 Comments

Color spaces of #a94bc9

RGB 16975201
HSL0.790.540.54
HSV285°63°79°
CMYK 0.160.630.00   0.21
XYZ29.420917.684257.1211
Yxy17.68420.28230.1697
Hunter Lab42.052651.2904-51.0983
CIE-Lab49.110857.5776-49.0429

#a94bc9 color RGB value is (169,75,201).

#a94bc9 hex color red value is 169, green value is 75 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #a94bc9 hue: 0.79 , saturation: 0.54 and the lightness value of a94bc9 is 0.54.

The process color (four color CMYK) of #a94bc9 color hex is 0.16, 0.63, 0.00, 0.21. Web safe color of #a94bc9 is #9933cc. Color #a94bc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001011 11001001
Octal 251 113 311
Decimal 169 75 201
Hex A9 4B C9

RGB Percentages of Color #a94bc9

%37.98
%16.85
%45.17

CMYK Percentages of Color #a94bc9

%16
%63
%0
%21

Triadic Colors of #a94bc9

#a94bc9 #c9a94b #4bc9a9

Analogous Colors of #a94bc9

#a94bc9 #c94baa #6a4bc9

Monochromatic Colors of #a94bc9

#a94bc9

Complementary Color

#a94bc9 #6bc94b

#a94bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94bc9 Color CSS Codes

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

#a94bc9 Text Font Color

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

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


#a94bc9 Background Color

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

This div background color is #a94bc9


#a94bc9 Border Color

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

This div border color is #a94bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94bc9


Comments

No comments written yet.

Please login to write comment.