Color Hex Logo

#af6364 Color Hex

#AF6364
(175,99,100)
0 Favorites   0 Comments

Color spaces of #af6364

RGB 17599100
HSL1.000.320.54
HSV359°43°69°
CMYK 0.000.430.43   0.31
XYZ24.441318.957714.4276
Yxy18.95770.42270.3278
Hunter Lab43.540424.004710.8319
CIE-Lab50.637730.723412.9299

#af6364 color RGB value is (175,99,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 01100100
Octal 257 143 144
Decimal 175 99 100
Hex AF 63 64

RGB Percentages of Color #af6364

%46.79
%26.47
%26.74

CMYK Percentages of Color #af6364

%0
%43
%43
%31

Triadic Colors of #af6364

#af6364 #64af63 #6364af

Analogous Colors of #af6364

#af6364 #af8863 #af638a

Monochromatic Colors of #af6364

#af6364

Complementary Color

#af6364 #63afae

#af6364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6364 Color CSS Codes

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

#af6364 Text Font Color

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

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


#af6364 Background Color

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

This div background color is #af6364


#af6364 Border Color

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

This div border color is #af6364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6364


Comments

No comments written yet.

Please login to write comment.