Color Hex Logo

#a94abb Color Hex

#A94ABB
(169,74,187)
0 Favorites   0 Comments

Color spaces of #a94abb

RGB 16974187
HSL0.810.450.51
HSV290°60°73°
CMYK 0.100.600.00   0.27
XYZ27.780616.920448.8155
Yxy16.92040.29710.1809
Hunter Lab41.134448.5668-41.5672
CIE-Lab48.159655.2715-42.4521

#a94abb color RGB value is (169,74,187).

#a94abb hex color red value is 169, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a94abb hue: 0.81 , saturation: 0.45 and the lightness value of a94abb is 0.51.

The process color (four color CMYK) of #a94abb color hex is 0.10, 0.60, 0.00, 0.27. Web safe color of #a94abb is #9933cc. Color #a94abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001010 10111011
Octal 251 112 273
Decimal 169 74 187
Hex A9 4A BB

RGB Percentages of Color #a94abb

%39.30
%17.21
%43.49

CMYK Percentages of Color #a94abb

%10
%60
%0
%27

Triadic Colors of #a94abb

#a94abb #bba94a #4abba9

Analogous Colors of #a94abb

#a94abb #bb4a95 #714abb

Monochromatic Colors of #a94abb

#a94abb

Complementary Color

#a94abb #5cbb4a

#a94abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94abb Color CSS Codes

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

#a94abb Text Font Color

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

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


#a94abb Background Color

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

This div background color is #a94abb


#a94abb Border Color

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

This div border color is #a94abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94abb


Comments

No comments written yet.

Please login to write comment.