Color Hex Logo

#af41bf Color Hex

#AF41BF
(175,65,191)
0 Favorites   0 Comments

Color spaces of #af41bf

RGB 17565191
HSL0.810.500.50
HSV292°66°75°
CMYK 0.080.660.00   0.25
XYZ28.973516.656150.9781
Yxy16.65610.29990.1724
Hunter Lab40.811955.3013-45.4908
CIE-Lab47.823861.4020-45.2589

#af41bf color RGB value is (175,65,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000001 10111111
Octal 257 101 277
Decimal 175 65 191
Hex AF 41 BF

RGB Percentages of Color #af41bf

%40.60
%15.08
%44.32

CMYK Percentages of Color #af41bf

%8
%66
%0
%25

Triadic Colors of #af41bf

#af41bf #bfaf41 #41bfaf

Analogous Colors of #af41bf

#af41bf #bf4190 #7041bf

Monochromatic Colors of #af41bf

#af41bf

Complementary Color

#af41bf #51bf41

#af41bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af41bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af41bf Color CSS Codes

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

#af41bf Text Font Color

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

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


#af41bf Background Color

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

This div background color is #af41bf


#af41bf Border Color

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

This div border color is #af41bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af41bf


Comments

No comments written yet.

Please login to write comment.