Color Hex Logo

#af297f Color Hex

#AF297F
(175,41,127)
0 Favorites   0 Comments

Color spaces of #af297f

RGB 17541127
HSL0.890.620.42
HSV321°77°69°
CMYK 0.000.770.27   0.31
XYZ22.302912.232121.2642
Yxy12.23210.39970.2192
Hunter Lab34.974452.6228-11.5658
CIE-Lab41.582760.1965-16.7556

#af297f color RGB value is (175,41,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101001 01111111
Octal 257 51 177
Decimal 175 41 127
Hex AF 29 7F

RGB Percentages of Color #af297f

%51.02
%11.95
%37.03

CMYK Percentages of Color #af297f

%0
%77
%27
%31

Triadic Colors of #af297f

#af297f #7faf29 #297faf

Analogous Colors of #af297f

#af297f #af293c #9c29af

Monochromatic Colors of #af297f

#af297f

Complementary Color

#af297f #29af59

#af297f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af297f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af297f Color CSS Codes

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

#af297f Text Font Color

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

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


#af297f Background Color

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

This div background color is #af297f


#af297f Border Color

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

This div border color is #af297f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af297f


Comments

No comments written yet.

Please login to write comment.