Color Hex Logo

#af39bb Color Hex

#AF39BB
(175,57,187)
0 Favorites   0 Comments

Color spaces of #af39bb

RGB 17557187
HSL0.820.530.48
HSV294°70°73°
CMYK 0.060.700.00   0.27
XYZ28.112015.628148.5486
Yxy15.62810.30460.1693
Hunter Lab39.532457.7520-45.1397
CIE-Lab46.482763.8135-45.0637

#af39bb color RGB value is (175,57,187).

#af39bb hex color red value is 175, green value is 57 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af39bb hue: 0.82 , saturation: 0.53 and the lightness value of af39bb is 0.48.

The process color (four color CMYK) of #af39bb color hex is 0.06, 0.70, 0.00, 0.27. Web safe color of #af39bb is #9933cc. Color #af39bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 10111011
Octal 257 71 273
Decimal 175 57 187
Hex AF 39 BB

RGB Percentages of Color #af39bb

%41.77
%13.60
%44.63

CMYK Percentages of Color #af39bb

%6
%70
%0
%27

Triadic Colors of #af39bb

#af39bb #bbaf39 #39bbaf

Analogous Colors of #af39bb

#af39bb #bb3986 #6e39bb

Monochromatic Colors of #af39bb

#af39bb

Complementary Color

#af39bb #45bb39

#af39bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af39bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af39bb Color CSS Codes

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

#af39bb Text Font Color

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

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


#af39bb Background Color

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

This div background color is #af39bb


#af39bb Border Color

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

This div border color is #af39bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af39bb


Comments

No comments written yet.

Please login to write comment.