Color Hex Logo

#a72666 Color Hex

#A72666
(167,38,102)
0 Favorites   0 Comments

Color spaces of #a72666

RGB 16738102
HSL0.920.630.40
HSV330°77°65°
CMYK 0.000.770.39   0.35
XYZ19.027710.561013.6060
Yxy10.56100.44050.2445
Hunter Lab32.497747.6424-2.0749
CIE-Lab38.831056.1550-5.4530

#a72666 color RGB value is (167,38,102).

#a72666 hex color red value is 167, green value is 38 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #a72666 hue: 0.92 , saturation: 0.63 and the lightness value of a72666 is 0.40.

The process color (four color CMYK) of #a72666 color hex is 0.00, 0.77, 0.39, 0.35. Web safe color of #a72666 is #993366. Color #a72666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100110 01100110
Octal 247 46 146
Decimal 167 38 102
Hex A7 26 66

RGB Percentages of Color #a72666

%54.40
%12.38
%33.22

CMYK Percentages of Color #a72666

%0
%77
%39
%35

Triadic Colors of #a72666

#a72666 #66a726 #2666a7

Analogous Colors of #a72666

#a72666 #a72726 #a726a7

Monochromatic Colors of #a72666

#a72666

Complementary Color

#a72666 #26a767

#a72666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72666 Color CSS Codes

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

#a72666 Text Font Color

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

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


#a72666 Background Color

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

This div background color is #a72666


#a72666 Border Color

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

This div border color is #a72666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72666


Comments

No comments written yet.

Please login to write comment.