Color Hex Logo

#af287d Color Hex

#AF287D
(175,40,125)
0 Favorites   0 Comments

Color spaces of #af287d

RGB 17540125
HSL0.900.630.42
HSV322°77°69°
CMYK 0.000.770.29   0.31
XYZ22.139712.112220.5730
Yxy12.11220.40380.2209
Hunter Lab34.802652.6484-10.6865
CIE-Lab41.393960.2561-15.8099

#af287d color RGB value is (175,40,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 01111101
Octal 257 50 175
Decimal 175 40 125
Hex AF 28 7D

RGB Percentages of Color #af287d

%51.47
%11.76
%36.76

CMYK Percentages of Color #af287d

%0
%77
%29
%31

Triadic Colors of #af287d

#af287d #7daf28 #287daf

Analogous Colors of #af287d

#af287d #af283a #9e28af

Monochromatic Colors of #af287d

#af287d

Complementary Color

#af287d #28af5a

#af287d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af287d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af287d Color CSS Codes

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

#af287d Text Font Color

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

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


#af287d Background Color

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

This div background color is #af287d


#af287d Border Color

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

This div border color is #af287d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af287d


Comments

No comments written yet.

Please login to write comment.