Color Hex Logo

#af39bd Color Hex

#AF39BD
(175,57,189)
0 Favorites   0 Comments

Color spaces of #af39bd

RGB 17557189
HSL0.820.540.48
HSV294°70°74°
CMYK 0.070.700.00   0.26
XYZ28.327615.714349.6843
Yxy15.71430.30220.1677
Hunter Lab39.641358.1837-46.5621
CIE-Lab46.597464.1687-46.0483

#af39bd color RGB value is (175,57,189).

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

The process color (four color CMYK) of #af39bd color hex is 0.07, 0.70, 0.00, 0.26. Web safe color of #af39bd is #9933cc. Color #af39bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111001 10111101
Octal 257 71 275
Decimal 175 57 189
Hex AF 39 BD

RGB Percentages of Color #af39bd

%41.57
%13.54
%44.89

CMYK Percentages of Color #af39bd

%7
%70
%0
%26

Triadic Colors of #af39bd

#af39bd #bdaf39 #39bdaf

Analogous Colors of #af39bd

#af39bd #bd3989 #6d39bd

Monochromatic Colors of #af39bd

#af39bd

Complementary Color

#af39bd #47bd39

#af39bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af39bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af39bd Color CSS Codes

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

#af39bd Text Font Color

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

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


#af39bd Background Color

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

This div background color is #af39bd


#af39bd Border Color

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

This div border color is #af39bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af39bd


Comments

No comments written yet.

Please login to write comment.