Color Hex Logo

#af204d Color Hex

#AF204D
(175,32,77)
0 Favorites   0 Comments

Color spaces of #af204d

RGB 1753277
HSL0.950.690.41
HSV341°82°69°
CMYK 0.000.820.56   0.31
XYZ19.535310.68288.0535
Yxy10.68280.51040.2791
Hunter Lab32.684649.49018.2701
CIE-Lab39.041057.828010.9449

#af204d color RGB value is (175,32,77).

#af204d hex color red value is 175, green value is 32 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #af204d hue: 0.95 , saturation: 0.69 and the lightness value of af204d is 0.41.

The process color (four color CMYK) of #af204d color hex is 0.00, 0.82, 0.56, 0.31. Web safe color of #af204d is #993366. Color #af204d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100000 01001101
Octal 257 40 115
Decimal 175 32 77
Hex AF 20 4D

RGB Percentages of Color #af204d

%61.62
%11.27
%27.11

CMYK Percentages of Color #af204d

%0
%82
%56
%31

Triadic Colors of #af204d

#af204d #4daf20 #204daf

Analogous Colors of #af204d

#af204d #af3b20 #af2095

Monochromatic Colors of #af204d

#af204d

Complementary Color

#af204d #20af82

#af204d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af204d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af204d Color CSS Codes

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

#af204d Text Font Color

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

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


#af204d Background Color

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

This div background color is #af204d


#af204d Border Color

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

This div border color is #af204d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af204d


Comments

No comments written yet.

Please login to write comment.