Color Hex Logo

#af455e Color Hex

#AF455E
(175,69,94)
0 Favorites   0 Comments

Color spaces of #af455e

RGB 1756994
HSL0.960.430.48
HSV346°61°69°
CMYK 0.000.610.46   0.31
XYZ21.827714.178412.1759
Yxy14.17840.45300.2943
Hunter Lab37.654237.57947.1859
CIE-Lab44.487745.46877.9335

#af455e color RGB value is (175,69,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 01011110
Octal 257 105 136
Decimal 175 69 94
Hex AF 45 5E

RGB Percentages of Color #af455e

%51.78
%20.41
%27.81

CMYK Percentages of Color #af455e

%0
%61
%46
%31

Triadic Colors of #af455e

#af455e #5eaf45 #455eaf

Analogous Colors of #af455e

#af455e #af6145 #af4593

Monochromatic Colors of #af455e

#af455e

Complementary Color

#af455e #45af96

#af455e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af455e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af455e Color CSS Codes

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

#af455e Text Font Color

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

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


#af455e Background Color

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

This div background color is #af455e


#af455e Border Color

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

This div border color is #af455e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af455e


Comments

No comments written yet.

Please login to write comment.