Color Hex Logo

#a74252 Color Hex

#A74252
(167,66,82)
0 Favorites   0 Comments

Color spaces of #a74252

RGB 1676682
HSL0.970.430.46
HSV350°60°65°
CMYK 0.000.600.51   0.35
XYZ19.407612.72119.4152
Yxy12.72110.46720.3062
Hunter Lab35.666734.71219.3154
CIE-Lab42.340042.964012.1453

#a74252 color RGB value is (167,66,82).

#a74252 hex color red value is 167, green value is 66 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a74252 hue: 0.97 , saturation: 0.43 and the lightness value of a74252 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 01010010
Octal 247 102 122
Decimal 167 66 82
Hex A7 42 52

RGB Percentages of Color #a74252

%53.02
%20.95
%26.03

CMYK Percentages of Color #a74252

%0
%60
%51
%35

Triadic Colors of #a74252

#a74252 #52a742 #4252a7

Analogous Colors of #a74252

#a74252 #a76542 #a74285

Monochromatic Colors of #a74252

#a74252

Complementary Color

#a74252 #42a797

#a74252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74252 Color CSS Codes

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

#a74252 Text Font Color

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

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


#a74252 Background Color

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

This div background color is #a74252


#a74252 Border Color

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

This div border color is #a74252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74252


Comments

No comments written yet.

Please login to write comment.