Color Hex Logo

#af58bf Color Hex

#AF58BF
(175,88,191)
0 Favorites   0 Comments

Color spaces of #af58bf

RGB 17588191
HSL0.810.450.55
HSV291°54°75°
CMYK 0.080.540.00   0.25
XYZ30.572919.855051.5112
Yxy19.85500.29990.1948
Hunter Lab44.558944.4947-37.3494
CIE-Lab51.672950.8924-39.1620

#af58bf color RGB value is (175,88,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 10111111
Octal 257 130 277
Decimal 175 88 191
Hex AF 58 BF

RGB Percentages of Color #af58bf

%38.55
%19.38
%42.07

CMYK Percentages of Color #af58bf

%8
%54
%0
%25

Triadic Colors of #af58bf

#af58bf #bfaf58 #58bfaf

Analogous Colors of #af58bf

#af58bf #bf589c #7c58bf

Monochromatic Colors of #af58bf

#af58bf

Complementary Color

#af58bf #68bf58

#af58bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af58bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af58bf Color CSS Codes

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

#af58bf Text Font Color

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

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


#af58bf Background Color

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

This div background color is #af58bf


#af58bf Border Color

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

This div border color is #af58bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af58bf


Comments

No comments written yet.

Please login to write comment.