Color Hex Logo

#a24752 Color Hex

#A24752
(162,71,82)
0 Favorites   0 Comments

Color spaces of #a24752

RGB 1627182
HSL0.980.390.46
HSV353°56°64°
CMYK 0.000.560.49   0.36
XYZ18.676512.79719.4684
Yxy12.79710.45620.3126
Hunter Lab35.773030.58909.3483
CIE-Lab42.455938.719612.1789

#a24752 color RGB value is (162,71,82).

#a24752 hex color red value is 162, green value is 71 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a24752 hue: 0.98 , saturation: 0.39 and the lightness value of a24752 is 0.46.

The process color (four color CMYK) of #a24752 color hex is 0.00, 0.56, 0.49, 0.36. Web safe color of #a24752 is #993366. Color #a24752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 01010010
Octal 242 107 122
Decimal 162 71 82
Hex A2 47 52

RGB Percentages of Color #a24752

%51.43
%22.54
%26.03

CMYK Percentages of Color #a24752

%0
%56
%49
%36

Triadic Colors of #a24752

#a24752 #52a247 #4752a2

Analogous Colors of #a24752

#a24752 #a26a47 #a24780

Monochromatic Colors of #a24752

#a24752

Complementary Color

#a24752 #47a297

#a24752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24752 Color CSS Codes

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

#a24752 Text Font Color

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

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


#a24752 Background Color

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

This div background color is #a24752


#a24752 Border Color

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

This div border color is #a24752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24752

#a24752 Color Palettes


Comments

No comments written yet.

Please login to write comment.