Color Hex Logo

#a24481 Color Hex

#A24481
(162,68,129)
0 Favorites   0 Comments

Color spaces of #a24481

RGB 16268129
HSL0.890.410.45
HSV321°58°64°
CMYK 0.000.580.20   0.36
XYZ20.929913.400622.2523
Yxy13.40060.36990.2368
Hunter Lab36.606837.9952-10.4160
CIE-Lab43.360846.0693-15.4601

#a24481 color RGB value is (162,68,129).

#a24481 hex color red value is 162, green value is 68 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #a24481 hue: 0.89 , saturation: 0.41 and the lightness value of a24481 is 0.45.

The process color (four color CMYK) of #a24481 color hex is 0.00, 0.58, 0.20, 0.36. Web safe color of #a24481 is #993399. Color #a24481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000100 10000001
Octal 242 104 201
Decimal 162 68 129
Hex A2 44 81

RGB Percentages of Color #a24481

%45.13
%18.94
%35.93

CMYK Percentages of Color #a24481

%0
%58
%20
%36

Triadic Colors of #a24481

#a24481 #81a244 #4481a2

Analogous Colors of #a24481

#a24481 #a24452 #9444a2

Monochromatic Colors of #a24481

#a24481

Complementary Color

#a24481 #44a265

#a24481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24481 Color CSS Codes

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

#a24481 Text Font Color

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

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


#a24481 Background Color

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

This div background color is #a24481


#a24481 Border Color

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

This div border color is #a24481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24481


Comments

No comments written yet.

Please login to write comment.