Color Hex Logo

#af287f Color Hex

#AF287F
(175,40,127)
0 Favorites   0 Comments

Color spaces of #af287f

RGB 17540127
HSL0.890.630.42
HSV321°77°69°
CMYK 0.000.770.27   0.31
XYZ22.268812.163821.2528
Yxy12.16380.39990.2184
Hunter Lab34.876652.9385-11.7159
CIE-Lab41.475360.5021-16.9200

#af287f color RGB value is (175,40,127).

#af287f hex color red value is 175, green value is 40 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #af287f hue: 0.89 , saturation: 0.63 and the lightness value of af287f is 0.42.

The process color (four color CMYK) of #af287f color hex is 0.00, 0.77, 0.27, 0.31. Web safe color of #af287f is #993366. Color #af287f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 01111111
Octal 257 50 177
Decimal 175 40 127
Hex AF 28 7F

RGB Percentages of Color #af287f

%51.17
%11.70
%37.13

CMYK Percentages of Color #af287f

%0
%77
%27
%31

Triadic Colors of #af287f

#af287f #7faf28 #287faf

Analogous Colors of #af287f

#af287f #af283c #9c28af

Monochromatic Colors of #af287f

#af287f

Complementary Color

#af287f #28af58

#af287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af287f Color CSS Codes

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

#af287f Text Font Color

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

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


#af287f Background Color

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

This div background color is #af287f


#af287f Border Color

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

This div border color is #af287f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af287f


Comments

No comments written yet.

Please login to write comment.