Color Hex Logo

#af32bf Color Hex

#AF32BF
(175,50,191)
0 Favorites   0 Comments

Color spaces of #af32bf

RGB 17550191
HSL0.810.590.47
HSV293°74°75°
CMYK 0.080.740.00   0.25
XYZ28.223815.156850.7282
Yxy15.15680.29990.1611
Hunter Lab38.931761.2741-50.0029
CIE-Lab45.848266.9896-48.4109

#af32bf color RGB value is (175,50,191).

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

The process color (four color CMYK) of #af32bf color hex is 0.08, 0.74, 0.00, 0.25. Web safe color of #af32bf is #9933cc. Color #af32bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 10111111
Octal 257 62 277
Decimal 175 50 191
Hex AF 32 BF

RGB Percentages of Color #af32bf

%42.07
%12.02
%45.91

CMYK Percentages of Color #af32bf

%8
%74
%0
%25

Triadic Colors of #af32bf

#af32bf #bfaf32 #32bfaf

Analogous Colors of #af32bf

#af32bf #bf3289 #6932bf

Monochromatic Colors of #af32bf

#af32bf

Complementary Color

#af32bf #42bf32

#af32bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af32bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af32bf Color CSS Codes

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

#af32bf Text Font Color

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

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


#af32bf Background Color

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

This div background color is #af32bf


#af32bf Border Color

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

This div border color is #af32bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af32bf


Comments

No comments written yet.

Please login to write comment.