Color Hex Logo

#af72bc Color Hex

#AF72BC
(175,114,188)
0 Favorites   0 Comments

Color spaces of #af72bc

RGB 175114188
HSL0.800.360.59
HSV289°39°74°
CMYK 0.070.390.00   0.26
XYZ32.773624.779450.6325
Yxy24.77940.30290.2290
Hunter Lab49.778930.4083-25.4614
CIE-Lab56.859836.5651-29.3277

#af72bc color RGB value is (175,114,188).

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

The process color (four color CMYK) of #af72bc color hex is 0.07, 0.39, 0.00, 0.26. Web safe color of #af72bc is #9966cc. Color #af72bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 10111100
Octal 257 162 274
Decimal 175 114 188
Hex AF 72 BC

RGB Percentages of Color #af72bc

%36.69
%23.90
%39.41

CMYK Percentages of Color #af72bc

%7
%39
%0
%26

Triadic Colors of #af72bc

#af72bc #bcaf72 #72bcaf

Analogous Colors of #af72bc

#af72bc #bc72a4 #8a72bc

Monochromatic Colors of #af72bc

#af72bc

Complementary Color

#af72bc #7fbc72

#af72bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af72bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af72bc Color CSS Codes

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

#af72bc Text Font Color

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

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


#af72bc Background Color

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

This div background color is #af72bc


#af72bc Border Color

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

This div border color is #af72bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,114,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af72bc


Comments

No comments written yet.

Please login to write comment.