Color Hex Logo

#af72bf Color Hex

#AF72BF
(175,114,191)
0 Favorites   0 Comments

Color spaces of #af72bf

RGB 175114191
HSL0.800.380.60
HSV288°40°75°
CMYK 0.080.400.00   0.25
XYZ33.100524.910252.3538
Yxy24.91020.29990.2257
Hunter Lab49.910131.0389-27.2559
CIE-Lab56.987837.1754-30.8434

#af72bf color RGB value is (175,114,191).

#af72bf hex color red value is 175, green value is 114 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af72bf hue: 0.80 , saturation: 0.38 and the lightness value of af72bf is 0.60.

The process color (four color CMYK) of #af72bf color hex is 0.08, 0.40, 0.00, 0.25. Web safe color of #af72bf is #9966cc. Color #af72bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 10111111
Octal 257 162 277
Decimal 175 114 191
Hex AF 72 BF

RGB Percentages of Color #af72bf

%36.46
%23.75
%39.79

CMYK Percentages of Color #af72bf

%8
%40
%0
%25

Triadic Colors of #af72bf

#af72bf #bfaf72 #72bfaf

Analogous Colors of #af72bf

#af72bf #bf72a9 #8972bf

Monochromatic Colors of #af72bf

#af72bf

Complementary Color

#af72bf #82bf72

#af72bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af72bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af72bf Color CSS Codes

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

#af72bf Text Font Color

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

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


#af72bf Background Color

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

This div background color is #af72bf


#af72bf Border Color

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

This div border color is #af72bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,114,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 #af72bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af72bf


Comments

No comments written yet.

Please login to write comment.