Color Hex Logo

#a75151 Color Hex

#A75151
(167,81,81)
2 Favorites   0 Comments

Color spaces of #a75151

RGB 1678181
HSL0.000.350.49
HSV51°65°
CMYK 0.000.510.51   0.35
XYZ20.364014.69449.5476
Yxy14.69440.45650.3294
Hunter Lab38.333327.742312.0660
CIE-Lab45.212835.340416.6857

#a75151 color RGB value is (167,81,81).

#a75151 hex color red value is 167, green value is 81 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #a75151 hue: 0.00 , saturation: 0.35 and the lightness value of a75151 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010001 01010001
Octal 247 121 121
Decimal 167 81 81
Hex A7 51 51

RGB Percentages of Color #a75151

%50.76
%24.62
%24.62

CMYK Percentages of Color #a75151

%0
%51
%51
%35

Triadic Colors of #a75151

#a75151 #51a751 #5151a7

Analogous Colors of #a75151

#a75151 #a77c51 #a7517c

Monochromatic Colors of #a75151

#a75151

Complementary Color

#a75151 #51a7a7

#a75151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75151 Color CSS Codes

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

#a75151 Text Font Color

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

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


#a75151 Background Color

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

This div background color is #a75151


#a75151 Border Color

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

This div border color is #a75151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75151


Comments

No comments written yet.

Please login to write comment.