Color Hex Logo

#af6359 Color Hex

#AF6359
(175,99,89)
0 Favorites   0 Comments

Color spaces of #af6359

RGB 1759989
HSL0.020.350.52
HSV49°69°
CMYK 0.000.430.49   0.31
XYZ23.944218.758911.8100
Yxy18.75890.43920.3441
Hunter Lab43.311522.886114.1511
CIE-Lab50.403929.560519.1090

#af6359 color RGB value is (175,99,89).

#af6359 hex color red value is 175, green value is 99 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #af6359 hue: 0.02 , saturation: 0.35 and the lightness value of af6359 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 01011001
Octal 257 143 131
Decimal 175 99 89
Hex AF 63 59

RGB Percentages of Color #af6359

%48.21
%27.27
%24.52

CMYK Percentages of Color #af6359

%0
%43
%49
%31

Triadic Colors of #af6359

#af6359 #59af63 #6359af

Analogous Colors of #af6359

#af6359 #af8e59 #af597a

Monochromatic Colors of #af6359

#af6359

Complementary Color

#af6359 #59a5af

#af6359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6359 Color CSS Codes

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

#af6359 Text Font Color

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

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


#af6359 Background Color

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

This div background color is #af6359


#af6359 Border Color

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

This div border color is #af6359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6359


Comments

No comments written yet.

Please login to write comment.