Color Hex Logo

#af297e Color Hex

#AF297E
(175,41,126)
0 Favorites   0 Comments

Color spaces of #af297e

RGB 17541126
HSL0.890.620.42
HSV322°77°69°
CMYK 0.000.770.28   0.31
XYZ22.238012.206220.9226
Yxy12.20620.40160.2205
Hunter Lab34.937452.4767-11.0503
CIE-Lab41.542060.0724-16.2010

#af297e color RGB value is (175,41,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101001 01111110
Octal 257 51 176
Decimal 175 41 126
Hex AF 29 7E

RGB Percentages of Color #af297e

%51.17
%11.99
%36.84

CMYK Percentages of Color #af297e

%0
%77
%28
%31

Triadic Colors of #af297e

#af297e #7eaf29 #297eaf

Analogous Colors of #af297e

#af297e #af293b #9d29af

Monochromatic Colors of #af297e

#af297e

Complementary Color

#af297e #29af5a

#af297e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af297e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af297e Color CSS Codes

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

#af297e Text Font Color

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

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


#af297e Background Color

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

This div background color is #af297e


#af297e Border Color

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

This div border color is #af297e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,41,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 #af297e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af297e


Comments

No comments written yet.

Please login to write comment.