Color Hex Logo

#af405e Color Hex

#AF405E
(175,64,94)
0 Favorites   0 Comments

Color spaces of #af405e

RGB 1756494
HSL0.950.460.47
HSV344°63°69°
CMYK 0.000.630.46   0.31
XYZ21.533013.588912.0777
Yxy13.58890.45620.2879
Hunter Lab36.863139.75746.3786
CIE-Lab43.637547.74916.7274

#af405e color RGB value is (175,64,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000000 01011110
Octal 257 100 136
Decimal 175 64 94
Hex AF 40 5E

RGB Percentages of Color #af405e

%52.55
%19.22
%28.23

CMYK Percentages of Color #af405e

%0
%63
%46
%31

Triadic Colors of #af405e

#af405e #5eaf40 #405eaf

Analogous Colors of #af405e

#af405e #af5940 #af4096

Monochromatic Colors of #af405e

#af405e

Complementary Color

#af405e #40af91

#af405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af405e Color CSS Codes

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

#af405e Text Font Color

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

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


#af405e Background Color

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

This div background color is #af405e


#af405e Border Color

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

This div border color is #af405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af405e


Comments

No comments written yet.

Please login to write comment.