Color Hex Logo

#a24962 Color Hex

#A24962
(162,73,98)
0 Favorites   0 Comments

Color spaces of #a24962

RGB 1627398
HSL0.950.380.46
HSV343°55°64°
CMYK 0.000.550.40   0.36
XYZ19.487413.328313.1008
Yxy13.32830.42440.2903
Hunter Lab36.507931.39184.2795
CIE-Lab43.253839.42803.4256

#a24962 color RGB value is (162,73,98).

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

The process color (four color CMYK) of #a24962 color hex is 0.00, 0.55, 0.40, 0.36. Web safe color of #a24962 is #993366. Color #a24962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001001 01100010
Octal 242 111 142
Decimal 162 73 98
Hex A2 49 62

RGB Percentages of Color #a24962

%48.65
%21.92
%29.43

CMYK Percentages of Color #a24962

%0
%55
%40
%36

Triadic Colors of #a24962

#a24962 #62a249 #4962a2

Analogous Colors of #a24962

#a24962 #a25d49 #a2498f

Monochromatic Colors of #a24962

#a24962

Complementary Color

#a24962 #49a289

#a24962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24962 Color CSS Codes

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

#a24962 Text Font Color

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

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


#a24962 Background Color

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

This div background color is #a24962


#a24962 Border Color

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

This div border color is #a24962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24962


Comments

No comments written yet.

Please login to write comment.