Color Hex Logo

#af415e Color Hex

#AF415E
(175,65,94)
0 Favorites   0 Comments

Color spaces of #af415e

RGB 1756594
HSL0.960.460.47
HSV344°63°69°
CMYK 0.000.630.46   0.31
XYZ21.589913.702712.0966
Yxy13.70270.45560.2892
Hunter Lab37.017239.32846.5370
CIE-Lab43.803547.30186.9635

#af415e color RGB value is (175,65,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000001 01011110
Octal 257 101 136
Decimal 175 65 94
Hex AF 41 5E

RGB Percentages of Color #af415e

%52.40
%19.46
%28.14

CMYK Percentages of Color #af415e

%0
%63
%46
%31

Triadic Colors of #af415e

#af415e #5eaf41 #415eaf

Analogous Colors of #af415e

#af415e #af5b41 #af4195

Monochromatic Colors of #af415e

#af415e

Complementary Color

#af415e #41af92

#af415e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af415e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af415e Color CSS Codes

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

#af415e Text Font Color

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

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


#af415e Background Color

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

This div background color is #af415e


#af415e Border Color

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

This div border color is #af415e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af415e


Comments

No comments written yet.

Please login to write comment.