Color Hex Logo

#a24196 Color Hex

#A24196
(162,65,150)
0 Favorites   0 Comments

Color spaces of #a24196

RGB 16265150
HSL0.850.430.45
HSV307°60°64°
CMYK 0.000.600.07   0.36
XYZ22.295613.664030.3165
Yxy13.66400.33640.2062
Hunter Lab36.964842.9750-22.7509
CIE-Lab43.747250.8331-27.5856

#a24196 color RGB value is (162,65,150).

#a24196 hex color red value is 162, green value is 65 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a24196 hue: 0.85 , saturation: 0.43 and the lightness value of a24196 is 0.45.

The process color (four color CMYK) of #a24196 color hex is 0.00, 0.60, 0.07, 0.36. Web safe color of #a24196 is #993399. Color #a24196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000001 10010110
Octal 242 101 226
Decimal 162 65 150
Hex A2 41 96

RGB Percentages of Color #a24196

%42.97
%17.24
%39.79

CMYK Percentages of Color #a24196

%0
%60
%7
%36

Triadic Colors of #a24196

#a24196 #96a241 #4196a2

Analogous Colors of #a24196

#a24196 #a24166 #7e41a2

Monochromatic Colors of #a24196

#a24196

Complementary Color

#a24196 #41a24d

#a24196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24196 Color CSS Codes

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

#a24196 Text Font Color

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

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


#a24196 Background Color

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

This div background color is #a24196


#a24196 Border Color

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

This div border color is #a24196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24196


Comments

No comments written yet.

Please login to write comment.