Color Hex Logo

#a94868 Color Hex

#A94868
(169,72,104)
0 Favorites   0 Comments

Color spaces of #a94868

RGB 16972104
HSL0.950.400.47
HSV340°57°66°
CMYK 0.000.570.38   0.34
XYZ21.178214.069214.6961
Yxy14.06920.42400.2817
Hunter Lab37.508935.14363.0263
CIE-Lab44.332043.07221.4294

#a94868 color RGB value is (169,72,104).

#a94868 hex color red value is 169, green value is 72 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a94868 hue: 0.95 , saturation: 0.40 and the lightness value of a94868 is 0.47.

The process color (four color CMYK) of #a94868 color hex is 0.00, 0.57, 0.38, 0.34. Web safe color of #a94868 is #993366. Color #a94868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001000 01101000
Octal 251 110 150
Decimal 169 72 104
Hex A9 48 68

RGB Percentages of Color #a94868

%48.99
%20.87
%30.14

CMYK Percentages of Color #a94868

%0
%57
%38
%34

Triadic Colors of #a94868

#a94868 #68a948 #4868a9

Analogous Colors of #a94868

#a94868 #a95948 #a94899

Monochromatic Colors of #a94868

#a94868

Complementary Color

#a94868 #48a989

#a94868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94868 Color CSS Codes

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

#a94868 Text Font Color

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

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


#a94868 Background Color

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

This div background color is #a94868


#a94868 Border Color

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

This div border color is #a94868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94868


Comments

No comments written yet.

Please login to write comment.