Color Hex Logo

#af5260 Color Hex

#AF5260
(175,82,96)
0 Favorites   0 Comments

Color spaces of #af5260

RGB 1758296
HSL0.970.370.50
HSV351°53°69°
CMYK 0.000.530.45   0.31
XYZ22.807815.993112.9512
Yxy15.99310.44070.3090
Hunter Lab39.991431.81698.7929
CIE-Lab46.965439.304710.2023

#af5260 color RGB value is (175,82,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 01100000
Octal 257 122 140
Decimal 175 82 96
Hex AF 52 60

RGB Percentages of Color #af5260

%49.58
%23.23
%27.20

CMYK Percentages of Color #af5260

%0
%53
%45
%31

Triadic Colors of #af5260

#af5260 #60af52 #5260af

Analogous Colors of #af5260

#af5260 #af7352 #af528f

Monochromatic Colors of #af5260

#af5260

Complementary Color

#af5260 #52afa1

#af5260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5260 Color CSS Codes

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

#af5260 Text Font Color

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

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


#af5260 Background Color

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

This div background color is #af5260


#af5260 Border Color

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

This div border color is #af5260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5260


Comments

No comments written yet.

Please login to write comment.