Color Hex Logo

#af647c Color Hex

#AF647C
(175,100,124)
0 Favorites   0 Comments

Color spaces of #af647c

RGB 175100124
HSL0.950.320.54
HSV341°43°69°
CMYK 0.000.430.29   0.31
XYZ25.874519.683521.5044
Yxy19.68350.38580.2935
Hunter Lab44.366126.46132.3182
CIE-Lab51.477533.2007-0.1309

#af647c color RGB value is (175,100,124).

#af647c hex color red value is 175, green value is 100 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #af647c hue: 0.95 , saturation: 0.32 and the lightness value of af647c is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100100 01111100
Octal 257 144 174
Decimal 175 100 124
Hex AF 64 7C

RGB Percentages of Color #af647c

%43.86
%25.06
%31.08

CMYK Percentages of Color #af647c

%0
%43
%29
%31

Triadic Colors of #af647c

#af647c #7caf64 #647caf

Analogous Colors of #af647c

#af647c #af7264 #af64a2

Monochromatic Colors of #af647c

#af647c

Complementary Color

#af647c #64af97

#af647c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af647c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af647c Color CSS Codes

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

#af647c Text Font Color

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

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


#af647c Background Color

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

This div background color is #af647c


#af647c Border Color

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

This div border color is #af647c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af647c


Comments

No comments written yet.

Please login to write comment.