Color Hex Logo

#af289d Color Hex

#AF289D
(175,40,157)
0 Favorites   0 Comments

Color spaces of #af289d

RGB 17540157
HSL0.860.630.42
HSV308°77°69°
CMYK 0.000.770.10   0.31
XYZ24.523813.065933.1277
Yxy13.06590.34680.1848
Hunter Lab36.146857.8465-29.0352
CIE-Lab42.862464.5950-33.0291

#af289d color RGB value is (175,40,157).

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

The process color (four color CMYK) of #af289d color hex is 0.00, 0.77, 0.10, 0.31. Web safe color of #af289d is #993399. Color #af289d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 10011101
Octal 257 50 235
Decimal 175 40 157
Hex AF 28 9D

RGB Percentages of Color #af289d

%47.04
%10.75
%42.20

CMYK Percentages of Color #af289d

%0
%77
%10
%31

Triadic Colors of #af289d

#af289d #9daf28 #289daf

Analogous Colors of #af289d

#af289d #af2859 #7e28af

Monochromatic Colors of #af289d

#af289d

Complementary Color

#af289d #28af3a

#af289d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af289d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af289d Color CSS Codes

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

#af289d Text Font Color

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

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


#af289d Background Color

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

This div background color is #af289d


#af289d Border Color

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

This div border color is #af289d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af289d


Comments

No comments written yet.

Please login to write comment.