Color Hex Logo

#af405c Color Hex

#AF405C
(175,64,92)
0 Favorites   0 Comments

Color spaces of #af405c

RGB 1756492
HSL0.960.460.47
HSV345°63°69°
CMYK 0.000.630.47   0.31
XYZ21.444413.553511.6111
Yxy13.55350.46010.2908
Hunter Lab36.815139.54807.0711
CIE-Lab43.585747.55397.8918

#af405c color RGB value is (175,64,92).

#af405c hex color red value is 175, green value is 64 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #af405c hue: 0.96 , saturation: 0.46 and the lightness value of af405c is 0.47.

The process color (four color CMYK) of #af405c color hex is 0.00, 0.63, 0.47, 0.31. Web safe color of #af405c is #993366. Color #af405c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000000 01011100
Octal 257 100 134
Decimal 175 64 92
Hex AF 40 5C

RGB Percentages of Color #af405c

%52.87
%19.34
%27.79

CMYK Percentages of Color #af405c

%0
%63
%47
%31

Triadic Colors of #af405c

#af405c #5caf40 #405caf

Analogous Colors of #af405c

#af405c #af5c40 #af4094

Monochromatic Colors of #af405c

#af405c

Complementary Color

#af405c #40af93

#af405c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af405c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af405c Color CSS Codes

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

#af405c Text Font Color

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

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


#af405c Background Color

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

This div background color is #af405c


#af405c Border Color

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

This div border color is #af405c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af405c


Comments

No comments written yet.

Please login to write comment.