Color Hex Logo

#af204a Color Hex

#AF204A
(175,32,74)
0 Favorites   0 Comments

Color spaces of #af204a

RGB 1753274
HSL0.950.690.41
HSV342°82°69°
CMYK 0.000.820.58   0.31
XYZ19.431710.64147.5084
Yxy10.64140.51710.2832
Hunter Lab32.621249.24159.1881
CIE-Lab38.969857.612412.7607

#af204a color RGB value is (175,32,74).

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

The process color (four color CMYK) of #af204a color hex is 0.00, 0.82, 0.58, 0.31. Web safe color of #af204a is #993333. Color #af204a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100000 01001010
Octal 257 40 112
Decimal 175 32 74
Hex AF 20 4A

RGB Percentages of Color #af204a

%62.28
%11.39
%26.33

CMYK Percentages of Color #af204a

%0
%82
%58
%31

Triadic Colors of #af204a

#af204a #4aaf20 #204aaf

Analogous Colors of #af204a

#af204a #af3e20 #af2092

Monochromatic Colors of #af204a

#af204a

Complementary Color

#af204a #20af85

#af204a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af204a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af204a Color CSS Codes

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

#af204a Text Font Color

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

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


#af204a Background Color

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

This div background color is #af204a


#af204a Border Color

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

This div border color is #af204a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af204a


Comments

No comments written yet.

Please login to write comment.