Color Hex Logo

#a72852 Color Hex

#A72852
(167,40,82)
0 Favorites   0 Comments

Color spaces of #a72852

RGB 1674082
HSL0.940.610.41
HSV340°76°65°
CMYK 0.000.760.51   0.35
XYZ18.218110.34239.0187
Yxy10.34230.48480.2752
Hunter Lab32.159444.84005.8845
CIE-Lab38.449953.58916.6976

#a72852 color RGB value is (167,40,82).

#a72852 hex color red value is 167, green value is 40 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a72852 hue: 0.94 , saturation: 0.61 and the lightness value of a72852 is 0.41.

The process color (four color CMYK) of #a72852 color hex is 0.00, 0.76, 0.51, 0.35. Web safe color of #a72852 is #993366. Color #a72852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101000 01010010
Octal 247 50 122
Decimal 167 40 82
Hex A7 28 52

RGB Percentages of Color #a72852

%57.79
%13.84
%28.37

CMYK Percentages of Color #a72852

%0
%76
%51
%35

Triadic Colors of #a72852

#a72852 #52a728 #2852a7

Analogous Colors of #a72852

#a72852 #a73e28 #a72892

Monochromatic Colors of #a72852

#a72852

Complementary Color

#a72852 #28a77d

#a72852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72852 Color CSS Codes

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

#a72852 Text Font Color

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

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


#a72852 Background Color

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

This div background color is #a72852


#a72852 Border Color

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

This div border color is #a72852


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,40,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 #a72852">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72852


Comments

No comments written yet.

Please login to write comment.