Color Hex Logo

#af455c Color Hex

#AF455C
(175,69,92)
0 Favorites   0 Comments

Color spaces of #af455c

RGB 1756992
HSL0.960.430.48
HSV347°61°69°
CMYK 0.000.610.47   0.31
XYZ21.739114.142911.7093
Yxy14.14290.45680.2972
Hunter Lab37.607037.37127.8644
CIE-Lab44.437245.27169.0933

#af455c color RGB value is (175,69,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 01011100
Octal 257 105 134
Decimal 175 69 92
Hex AF 45 5C

RGB Percentages of Color #af455c

%52.08
%20.54
%27.38

CMYK Percentages of Color #af455c

%0
%61
%47
%31

Triadic Colors of #af455c

#af455c #5caf45 #455caf

Analogous Colors of #af455c

#af455c #af6345 #af4591

Monochromatic Colors of #af455c

#af455c

Complementary Color

#af455c #45af98

#af455c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af455c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af455c Color CSS Codes

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

#af455c Text Font Color

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

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


#af455c Background Color

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

This div background color is #af455c


#af455c Border Color

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

This div border color is #af455c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af455c


Comments

No comments written yet.

Please login to write comment.