Color Hex Logo

#af6264 Color Hex

#AF6264
(175,98,100)
0 Favorites   0 Comments

Color spaces of #af6264

RGB 17598100
HSL1.000.320.54
HSV358°44°69°
CMYK 0.000.440.43   0.31
XYZ24.347118.769414.3962
Yxy18.76940.42330.3264
Hunter Lab43.323724.497310.6248
CIE-Lab50.416331.268512.6222

#af6264 color RGB value is (175,98,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100010 01100100
Octal 257 142 144
Decimal 175 98 100
Hex AF 62 64

RGB Percentages of Color #af6264

%46.92
%26.27
%26.81

CMYK Percentages of Color #af6264

%0
%44
%43
%31

Triadic Colors of #af6264

#af6264 #64af62 #6264af

Analogous Colors of #af6264

#af6264 #af8762 #af628b

Monochromatic Colors of #af6264

#af6264

Complementary Color

#af6264 #62afad

#af6264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6264 Color CSS Codes

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

#af6264 Text Font Color

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

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


#af6264 Background Color

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

This div background color is #af6264


#af6264 Border Color

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

This div border color is #af6264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6264


Comments

No comments written yet.

Please login to write comment.