Color Hex Logo

#af55bf Color Hex

#AF55BF
(175,85,191)
0 Favorites   0 Comments

Color spaces of #af55bf

RGB 17585191
HSL0.810.450.54
HSV291°55°75°
CMYK 0.080.550.00   0.25
XYZ30.331719.372551.4308
Yxy19.37250.29990.1916
Hunter Lab44.014245.9856-38.4707
CIE-Lab51.120252.3714-40.0338

#af55bf color RGB value is (175,85,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 10111111
Octal 257 125 277
Decimal 175 85 191
Hex AF 55 BF

RGB Percentages of Color #af55bf

%38.80
%18.85
%42.35

CMYK Percentages of Color #af55bf

%8
%55
%0
%25

Triadic Colors of #af55bf

#af55bf #bfaf55 #55bfaf

Analogous Colors of #af55bf

#af55bf #bf559a #7a55bf

Monochromatic Colors of #af55bf

#af55bf

Complementary Color

#af55bf #65bf55

#af55bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af55bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af55bf Color CSS Codes

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

#af55bf Text Font Color

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

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


#af55bf Background Color

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

This div background color is #af55bf


#af55bf Border Color

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

This div border color is #af55bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af55bf


Comments

No comments written yet.

Please login to write comment.