Color Hex Logo

#a994b5 Color Hex

#A994B5
(169,148,181)
0 Favorites   0 Comments

Color spaces of #a994b5

RGB 169148181
HSL0.770.180.65
HSV278°18°71°
CMYK 0.070.180.00   0.29
XYZ35.292632.951048.2161
Yxy32.95100.30300.2829
Hunter Lab57.40309.2905-9.6191
CIE-Lab64.121214.0282-14.3029

#a994b5 color RGB value is (169,148,181).

#a994b5 hex color red value is 169, green value is 148 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a994b5 hue: 0.77 , saturation: 0.18 and the lightness value of a994b5 is 0.65.

The process color (four color CMYK) of #a994b5 color hex is 0.07, 0.18, 0.00, 0.29. Web safe color of #a994b5 is #9999cc. Color #a994b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 10110101
Octal 251 224 265
Decimal 169 148 181
Hex A9 94 B5

RGB Percentages of Color #a994b5

%33.94
%29.72
%36.35

CMYK Percentages of Color #a994b5

%7
%18
%0
%29

Triadic Colors of #a994b5

#a994b5 #b5a994 #94b5a9

Analogous Colors of #a994b5

#a994b5 #b594b1 #9994b5

Monochromatic Colors of #a994b5

#a994b5

Complementary Color

#a994b5 #a0b594

#a994b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a994b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a994b5 Color CSS Codes

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

#a994b5 Text Font Color

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

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


#a994b5 Background Color

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

This div background color is #a994b5


#a994b5 Border Color

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

This div border color is #a994b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a994b5


Comments

No comments written yet.

Please login to write comment.