Color Hex Logo

#a24193 Color Hex

#A24193
(162,65,147)
0 Favorites   0 Comments

Color spaces of #a24193

RGB 16265147
HSL0.860.430.45
HSV309°60°64°
CMYK 0.000.600.09   0.36
XYZ22.057013.568629.0602
Yxy13.56860.34100.2098
Hunter Lab36.835642.4228-20.9900
CIE-Lab43.607850.3299-25.9964

#a24193 color RGB value is (162,65,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000001 10010011
Octal 242 101 223
Decimal 162 65 147
Hex A2 41 93

RGB Percentages of Color #a24193

%43.32
%17.38
%39.30

CMYK Percentages of Color #a24193

%0
%60
%9
%36

Triadic Colors of #a24193

#a24193 #93a241 #4193a2

Analogous Colors of #a24193

#a24193 #a24162 #8141a2

Monochromatic Colors of #a24193

#a24193

Complementary Color

#a24193 #41a250

#a24193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24193 Color CSS Codes

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

#a24193 Text Font Color

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

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


#a24193 Background Color

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

This div background color is #a24193


#a24193 Border Color

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

This div border color is #a24193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24193


Comments

No comments written yet.

Please login to write comment.