Color Hex Logo

#af557c Color Hex

#AF557C
(175,85,124)
0 Favorites   0 Comments

Color spaces of #af557c

RGB 17585124
HSL0.930.360.51
HSV334°51°69°
CMYK 0.000.510.29   0.31
XYZ24.565817.066221.0681
Yxy17.06620.39180.2722
Hunter Lab41.311333.8506-1.3191
CIE-Lab48.343341.1517-4.7415

#af557c color RGB value is (175,85,124).

#af557c hex color red value is 175, green value is 85 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #af557c hue: 0.93 , saturation: 0.36 and the lightness value of af557c is 0.51.

The process color (four color CMYK) of #af557c color hex is 0.00, 0.51, 0.29, 0.31. Web safe color of #af557c is #996666. Color #af557c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 01111100
Octal 257 125 174
Decimal 175 85 124
Hex AF 55 7C

RGB Percentages of Color #af557c

%45.57
%22.14
%32.29

CMYK Percentages of Color #af557c

%0
%51
%29
%31

Triadic Colors of #af557c

#af557c #7caf55 #557caf

Analogous Colors of #af557c

#af557c #af5b55 #af55a9

Monochromatic Colors of #af557c

#af557c

Complementary Color

#af557c #55af88

#af557c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af557c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af557c Color CSS Codes

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

#af557c Text Font Color

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

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


#af557c Background Color

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

This div background color is #af557c


#af557c Border Color

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

This div border color is #af557c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af557c


Comments

No comments written yet.

Please login to write comment.