Color Hex Logo

#a76293 Color Hex

#A76293
(167,98,147)
0 Favorites   0 Comments

Color spaces of #a76293

RGB 16798147
HSL0.880.280.52
HSV317°41°65°
CMYK 0.000.410.12   0.35
XYZ25.570519.057429.9345
Yxy19.05740.34290.2556
Hunter Lab43.654828.1593-10.0974
CIE-Lab50.754335.0437-14.9535

#a76293 color RGB value is (167,98,147).

#a76293 hex color red value is 167, green value is 98 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a76293 hue: 0.88 , saturation: 0.28 and the lightness value of a76293 is 0.52.

The process color (four color CMYK) of #a76293 color hex is 0.00, 0.41, 0.12, 0.35. Web safe color of #a76293 is #996699. Color #a76293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100010 10010011
Octal 247 142 223
Decimal 167 98 147
Hex A7 62 93

RGB Percentages of Color #a76293

%40.53
%23.79
%35.68

CMYK Percentages of Color #a76293

%0
%41
%12
%35

Triadic Colors of #a76293

#a76293 #93a762 #6293a7

Analogous Colors of #a76293

#a76293 #a76271 #9962a7

Monochromatic Colors of #a76293

#a76293

Complementary Color

#a76293 #62a776

#a76293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76293 Color CSS Codes

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

#a76293 Text Font Color

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

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


#a76293 Background Color

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

This div background color is #a76293


#a76293 Border Color

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

This div border color is #a76293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76293


Comments

No comments written yet.

Please login to write comment.