Color Hex Logo

#af7664 Color Hex

#AF7664
(175,118,100)
0 Favorites   0 Comments

Color spaces of #af7664

RGB 175118100
HSL0.040.320.54
HSV14°43°69°
CMYK 0.000.330.43   0.31
XYZ26.457922.990915.0998
Yxy22.99090.40990.3562
Hunter Lab47.948814.584914.8929
CIE-Lab55.063020.163419.0001

#af7664 color RGB value is (175,118,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110110 01100100
Octal 257 166 144
Decimal 175 118 100
Hex AF 76 64

RGB Percentages of Color #af7664

%44.53
%30.03
%25.45

CMYK Percentages of Color #af7664

%0
%33
%43
%31

Triadic Colors of #af7664

#af7664 #64af76 #7664af

Analogous Colors of #af7664

#af7664 #af9c64 #af6478

Monochromatic Colors of #af7664

#af7664

Complementary Color

#af7664 #649daf

#af7664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7664 Color CSS Codes

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

#af7664 Text Font Color

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

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


#af7664 Background Color

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

This div background color is #af7664


#af7664 Border Color

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

This div border color is #af7664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7664


Comments

No comments written yet.

Please login to write comment.