Color Hex Logo

#a72fbf Color Hex

#A72FBF
(167,47,191)
0 Favorites   0 Comments

Color spaces of #a72fbf

RGB 16747191
HSL0.810.610.47
HSV290°75°75°
CMYK 0.130.750.00   0.25
XYZ26.356814.010150.6053
Yxy14.01010.28970.1540
Hunter Lab37.430160.1901-53.9588
CIE-Lab44.247466.3658-51.0456

#a72fbf color RGB value is (167,47,191).

#a72fbf hex color red value is 167, green value is 47 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a72fbf hue: 0.81 , saturation: 0.61 and the lightness value of a72fbf is 0.47.

The process color (four color CMYK) of #a72fbf color hex is 0.13, 0.75, 0.00, 0.25. Web safe color of #a72fbf is #9933cc. Color #a72fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101111 10111111
Octal 247 57 277
Decimal 167 47 191
Hex A7 2F BF

RGB Percentages of Color #a72fbf

%41.23
%11.60
%47.16

CMYK Percentages of Color #a72fbf

%13
%75
%0
%25

Triadic Colors of #a72fbf

#a72fbf #bfa72f #2fbfa7

Analogous Colors of #a72fbf

#a72fbf #bf2f8f #5f2fbf

Monochromatic Colors of #a72fbf

#a72fbf

Complementary Color

#a72fbf #47bf2f

#a72fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72fbf Color CSS Codes

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

#a72fbf Text Font Color

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

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


#a72fbf Background Color

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

This div background color is #a72fbf


#a72fbf Border Color

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

This div border color is #a72fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72fbf


Comments

No comments written yet.

Please login to write comment.