Color Hex Logo

#af5460 Color Hex

#AF5460
(175,84,96)
0 Favorites   0 Comments

Color spaces of #af5460

RGB 1758496
HSL0.980.360.51
HSV352°52°69°
CMYK 0.000.520.45   0.31
XYZ22.960816.299113.0022
Yxy16.29910.43930.3119
Hunter Lab40.372130.86689.1656
CIE-Lab47.364538.277910.7613

#af5460 color RGB value is (175,84,96).

#af5460 hex color red value is 175, green value is 84 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #af5460 hue: 0.98 , saturation: 0.36 and the lightness value of af5460 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010100 01100000
Octal 257 124 140
Decimal 175 84 96
Hex AF 54 60

RGB Percentages of Color #af5460

%49.30
%23.66
%27.04

CMYK Percentages of Color #af5460

%0
%52
%45
%31

Triadic Colors of #af5460

#af5460 #60af54 #5460af

Analogous Colors of #af5460

#af5460 #af7654 #af548e

Monochromatic Colors of #af5460

#af5460

Complementary Color

#af5460 #54afa3

#af5460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5460 Color CSS Codes

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

#af5460 Text Font Color

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

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


#af5460 Background Color

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

This div background color is #af5460


#af5460 Border Color

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

This div border color is #af5460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5460


Comments

No comments written yet.

Please login to write comment.