Color Hex Logo

#af2d97 Color Hex

#AF2D97
(175,45,151)
0 Favorites   0 Comments

Color spaces of #af2d97

RGB 17545151
HSL0.860.590.43
HSV311°74°69°
CMYK 0.000.740.14   0.31
XYZ24.203513.225130.5552
Yxy13.22510.35600.1945
Hunter Lab36.366355.1591-24.3594
CIE-Lab43.100562.1768-29.0424

#af2d97 color RGB value is (175,45,151).

#af2d97 hex color red value is 175, green value is 45 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #af2d97 hue: 0.86 , saturation: 0.59 and the lightness value of af2d97 is 0.43.

The process color (four color CMYK) of #af2d97 color hex is 0.00, 0.74, 0.14, 0.31. Web safe color of #af2d97 is #993399. Color #af2d97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101101 10010111
Octal 257 55 227
Decimal 175 45 151
Hex AF 2D 97

RGB Percentages of Color #af2d97

%47.17
%12.13
%40.70

CMYK Percentages of Color #af2d97

%0
%74
%14
%31

Triadic Colors of #af2d97

#af2d97 #97af2d #2d97af

Analogous Colors of #af2d97

#af2d97 #af2d56 #862daf

Monochromatic Colors of #af2d97

#af2d97

Complementary Color

#af2d97 #2daf45

#af2d97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2d97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2d97 Color CSS Codes

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

#af2d97 Text Font Color

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

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


#af2d97 Background Color

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

This div background color is #af2d97


#af2d97 Border Color

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

This div border color is #af2d97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2d97


Comments

No comments written yet.

Please login to write comment.