Color Hex Logo

#af287e Color Hex

#AF287E
(175,40,126)
0 Favorites   0 Comments

Color spaces of #af287e

RGB 17540126
HSL0.890.630.42
HSV322°77°69°
CMYK 0.000.770.28   0.31
XYZ22.203912.137920.9112
Yxy12.13790.40190.2197
Hunter Lab34.839552.7925-11.1991
CIE-Lab41.434560.3783-16.3655

#af287e color RGB value is (175,40,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 01111110
Octal 257 50 176
Decimal 175 40 126
Hex AF 28 7E

RGB Percentages of Color #af287e

%51.32
%11.73
%36.95

CMYK Percentages of Color #af287e

%0
%77
%28
%31

Triadic Colors of #af287e

#af287e #7eaf28 #287eaf

Analogous Colors of #af287e

#af287e #af283b #9d28af

Monochromatic Colors of #af287e

#af287e

Complementary Color

#af287e #28af59

#af287e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af287e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af287e Color CSS Codes

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

#af287e Text Font Color

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

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


#af287e Background Color

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

This div background color is #af287e


#af287e Border Color

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

This div border color is #af287e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af287e


Comments

No comments written yet.

Please login to write comment.