Color Hex Logo

#af5c62 Color Hex

#AF5C62
(175,92,98)
0 Favorites   0 Comments

Color spaces of #af5c62

RGB 1759298
HSL0.990.340.52
HSV356°47°69°
CMYK 0.000.470.44   0.31
XYZ23.710917.650113.7124
Yxy17.65010.43050.3205
Hunter Lab42.012027.221410.0566
CIE-Lab49.068934.285911.9386

#af5c62 color RGB value is (175,92,98).

#af5c62 hex color red value is 175, green value is 92 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #af5c62 hue: 0.99 , saturation: 0.34 and the lightness value of af5c62 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011100 01100010
Octal 257 134 142
Decimal 175 92 98
Hex AF 5C 62

RGB Percentages of Color #af5c62

%47.95
%25.21
%26.85

CMYK Percentages of Color #af5c62

%0
%47
%44
%31

Triadic Colors of #af5c62

#af5c62 #62af5c #5c62af

Analogous Colors of #af5c62

#af5c62 #af805c #af5c8c

Monochromatic Colors of #af5c62

#af5c62

Complementary Color

#af5c62 #5cafa9

#af5c62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5c62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5c62 Color CSS Codes

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

#af5c62 Text Font Color

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

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


#af5c62 Background Color

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

This div background color is #af5c62


#af5c62 Border Color

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

This div border color is #af5c62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5c62


Comments

No comments written yet.

Please login to write comment.