Color Hex Logo

#a24995 Color Hex

#A24995
(162,73,149)
0 Favorites   0 Comments

Color spaces of #a24995

RGB 16273149
HSL0.860.380.46
HSV309°55°64°
CMYK 0.000.550.08   0.36
XYZ22.707714.616430.0582
Yxy14.61640.33700.2169
Hunter Lab38.231439.1159-19.8529
CIE-Lab45.104346.8718-24.8738

#a24995 color RGB value is (162,73,149).

#a24995 hex color red value is 162, green value is 73 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a24995 hue: 0.86 , saturation: 0.38 and the lightness value of a24995 is 0.46.

The process color (four color CMYK) of #a24995 color hex is 0.00, 0.55, 0.08, 0.36. Web safe color of #a24995 is #993399. Color #a24995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001001 10010101
Octal 242 111 225
Decimal 162 73 149
Hex A2 49 95

RGB Percentages of Color #a24995

%42.19
%19.01
%38.80

CMYK Percentages of Color #a24995

%0
%55
%8
%36

Triadic Colors of #a24995

#a24995 #95a249 #4995a2

Analogous Colors of #a24995

#a24995 #a24969 #8349a2

Monochromatic Colors of #a24995

#a24995

Complementary Color

#a24995 #49a256

#a24995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24995 Color CSS Codes

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

#a24995 Text Font Color

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

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


#a24995 Background Color

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

This div background color is #a24995


#a24995 Border Color

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

This div border color is #a24995


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,73,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a24995; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a24995;
  -webkit-box-shadow: 1px 1px 3px 2px #a24995;
  box-shadow:         1px 1px 3px 2px #a24995; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,73,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24995


Comments

No comments written yet.

Please login to write comment.