Color Hex Logo

#a72cbb Color Hex

#A72CBB
(167,44,187)
0 Favorites   0 Comments

Color spaces of #a72cbb

RGB 16744187
HSL0.810.620.45
HSV292°76°73°
CMYK 0.110.760.00   0.27
XYZ25.806713.604748.2795
Yxy13.60470.29430.1551
Hunter Lab36.884560.3416-51.7876
CIE-Lab43.660666.6108-49.6466

#a72cbb color RGB value is (167,44,187).

#a72cbb hex color red value is 167, green value is 44 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a72cbb hue: 0.81 , saturation: 0.62 and the lightness value of a72cbb is 0.45.

The process color (four color CMYK) of #a72cbb color hex is 0.11, 0.76, 0.00, 0.27. Web safe color of #a72cbb is #9933cc. Color #a72cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101100 10111011
Octal 247 54 273
Decimal 167 44 187
Hex A7 2C BB

RGB Percentages of Color #a72cbb

%41.96
%11.06
%46.98

CMYK Percentages of Color #a72cbb

%11
%76
%0
%27

Triadic Colors of #a72cbb

#a72cbb #bba72c #2cbba7

Analogous Colors of #a72cbb

#a72cbb #bb2c88 #5f2cbb

Monochromatic Colors of #a72cbb

#a72cbb

Complementary Color

#a72cbb #40bb2c

#a72cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72cbb Color CSS Codes

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

#a72cbb Text Font Color

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

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


#a72cbb Background Color

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

This div background color is #a72cbb


#a72cbb Border Color

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

This div border color is #a72cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72cbb


Comments

No comments written yet.

Please login to write comment.