Color Hex Logo

#af57bb Color Hex

#AF57BB
(175,87,187)
0 Favorites   0 Comments

Color spaces of #af57bb

RGB 17587187
HSL0.810.420.54
HSV293°53°73°
CMYK 0.060.530.00   0.27
XYZ30.057019.518249.1969
Yxy19.51820.30430.1976
Hunter Lab44.179444.1267-35.0980
CIE-Lab51.288050.6132-37.4558

#af57bb color RGB value is (175,87,187).

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

The process color (four color CMYK) of #af57bb color hex is 0.06, 0.53, 0.00, 0.27. Web safe color of #af57bb is #9966cc. Color #af57bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010111 10111011
Octal 257 127 273
Decimal 175 87 187
Hex AF 57 BB

RGB Percentages of Color #af57bb

%38.98
%19.38
%41.65

CMYK Percentages of Color #af57bb

%6
%53
%0
%27

Triadic Colors of #af57bb

#af57bb #bbaf57 #57bbaf

Analogous Colors of #af57bb

#af57bb #bb5795 #7d57bb

Monochromatic Colors of #af57bb

#af57bb

Complementary Color

#af57bb #63bb57

#af57bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af57bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af57bb Color CSS Codes

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

#af57bb Text Font Color

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

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


#af57bb Background Color

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

This div background color is #af57bb


#af57bb Border Color

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

This div border color is #af57bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af57bb


Comments

No comments written yet.

Please login to write comment.