Color Hex Logo

#a72476 Color Hex

#A72476
(167,36,118)
0 Favorites   0 Comments

Color spaces of #a72476

RGB 16736118
HSL0.900.650.40
HSV322°78°65°
CMYK 0.000.780.29   0.35
XYZ19.837210.785218.1758
Yxy10.78520.40650.2210
Hunter Lab32.840850.3498-9.8255
CIE-Lab39.216358.5847-14.9216

#a72476 color RGB value is (167,36,118).

#a72476 hex color red value is 167, green value is 36 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a72476 hue: 0.90 , saturation: 0.65 and the lightness value of a72476 is 0.40.

The process color (four color CMYK) of #a72476 color hex is 0.00, 0.78, 0.29, 0.35. Web safe color of #a72476 is #993366. Color #a72476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100100 01110110
Octal 247 44 166
Decimal 167 36 118
Hex A7 24 76

RGB Percentages of Color #a72476

%52.02
%11.21
%36.76

CMYK Percentages of Color #a72476

%0
%78
%29
%35

Triadic Colors of #a72476

#a72476 #76a724 #2476a7

Analogous Colors of #a72476

#a72476 #a72435 #9724a7

Monochromatic Colors of #a72476

#a72476

Complementary Color

#a72476 #24a755

#a72476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72476 Color CSS Codes

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

#a72476 Text Font Color

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

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


#a72476 Background Color

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

This div background color is #a72476


#a72476 Border Color

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

This div border color is #a72476


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,36,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a72476; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a72476;
  -webkit-box-shadow: 1px 1px 3px 2px #a72476;
  box-shadow:         1px 1px 3px 2px #a72476; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,36,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72476


Comments

No comments written yet.

Please login to write comment.