Color Hex Logo

#af194d Color Hex

#AF194D
(175,25,77)
0 Favorites   0 Comments

Color spaces of #af194d

RGB 1752577
HSL0.940.750.39
HSV339°86°69°
CMYK 0.000.860.56   0.31
XYZ19.366410.34507.9972
Yxy10.34500.51360.2743
Hunter Lab32.163651.19227.7726
CIE-Lab38.454659.502610.1300

#af194d color RGB value is (175,25,77).

#af194d hex color red value is 175, green value is 25 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #af194d hue: 0.94 , saturation: 0.75 and the lightness value of af194d is 0.39.

The process color (four color CMYK) of #af194d color hex is 0.00, 0.86, 0.56, 0.31. Web safe color of #af194d is #990066. Color #af194d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011001 01001101
Octal 257 31 115
Decimal 175 25 77
Hex AF 19 4D

RGB Percentages of Color #af194d

%63.18
%9.03
%27.80

CMYK Percentages of Color #af194d

%0
%86
%56
%31

Triadic Colors of #af194d

#af194d #4daf19 #194daf

Analogous Colors of #af194d

#af194d #af3019 #af1998

Monochromatic Colors of #af194d

#af194d

Complementary Color

#af194d #19af7b

#af194d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af194d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af194d Color CSS Codes

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

#af194d Text Font Color

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

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


#af194d Background Color

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

This div background color is #af194d


#af194d Border Color

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

This div border color is #af194d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af194d


Comments

No comments written yet.

Please login to write comment.