Color Hex Logo

#af289c Color Hex

#AF289C
(175,40,156)
0 Favorites   0 Comments

Color spaces of #af289c

RGB 17540156
HSL0.860.630.42
HSV308°77°69°
CMYK 0.000.770.11   0.31
XYZ24.438713.031832.6798
Yxy13.03180.34840.1858
Hunter Lab36.099657.6667-28.4036
CIE-Lab42.811164.4473-32.5085

#af289c color RGB value is (175,40,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 10011100
Octal 257 50 234
Decimal 175 40 156
Hex AF 28 9C

RGB Percentages of Color #af289c

%47.17
%10.78
%42.05

CMYK Percentages of Color #af289c

%0
%77
%11
%31

Triadic Colors of #af289c

#af289c #9caf28 #289caf

Analogous Colors of #af289c

#af289c #af2859 #7f28af

Monochromatic Colors of #af289c

#af289c

Complementary Color

#af289c #28af3b

#af289c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af289c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af289c Color CSS Codes

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

#af289c Text Font Color

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

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


#af289c Background Color

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

This div background color is #af289c


#af289c Border Color

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

This div border color is #af289c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af289c


Comments

No comments written yet.

Please login to write comment.