Color Hex Logo

#af286f Color Hex

#AF286F
(175,40,111)
0 Favorites   0 Comments

Color spaces of #af286f

RGB 17540111
HSL0.910.630.42
HSV328°77°69°
CMYK 0.000.770.37   0.31
XYZ21.307211.779216.1895
Yxy11.77920.43240.2390
Hunter Lab34.320850.7556-3.9431
CIE-Lab40.863058.6389-7.9152

#af286f color RGB value is (175,40,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 01101111
Octal 257 50 157
Decimal 175 40 111
Hex AF 28 6F

RGB Percentages of Color #af286f

%53.68
%12.27
%34.05

CMYK Percentages of Color #af286f

%0
%77
%37
%31

Triadic Colors of #af286f

#af286f #6faf28 #286faf

Analogous Colors of #af286f

#af286f #af282c #ac28af

Monochromatic Colors of #af286f

#af286f

Complementary Color

#af286f #28af68

#af286f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af286f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af286f Color CSS Codes

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

#af286f Text Font Color

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

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


#af286f Background Color

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

This div background color is #af286f


#af286f Border Color

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

This div border color is #af286f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af286f


Comments

No comments written yet.

Please login to write comment.