Color Hex Logo

#af5360 Color Hex

#AF5360
(175,83,96)
0 Favorites   0 Comments

Color spaces of #af5360

RGB 1758396
HSL0.980.370.51
HSV352°53°69°
CMYK 0.000.530.45   0.31
XYZ22.883816.145012.9765
Yxy16.14500.44000.3104
Hunter Lab40.180831.34298.9787
CIE-Lab47.164238.792910.4809

#af5360 color RGB value is (175,83,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 01100000
Octal 257 123 140
Decimal 175 83 96
Hex AF 53 60

RGB Percentages of Color #af5360

%49.44
%23.45
%27.12

CMYK Percentages of Color #af5360

%0
%53
%45
%31

Triadic Colors of #af5360

#af5360 #60af53 #5360af

Analogous Colors of #af5360

#af5360 #af7453 #af538e

Monochromatic Colors of #af5360

#af5360

Complementary Color

#af5360 #53afa2

#af5360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5360 Color CSS Codes

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

#af5360 Text Font Color

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

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


#af5360 Background Color

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

This div background color is #af5360


#af5360 Border Color

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

This div border color is #af5360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5360


Comments

No comments written yet.

Please login to write comment.