Color Hex Logo

#af5035 Color Hex

#AF5035
(175,80,53)
0 Favorites   0 Comments

Color spaces of #af5035

RGB 1758053
HSL0.040.540.45
HSV13°70°69°
CMYK 0.000.540.70   0.31
XYZ21.190515.10835.1675
Yxy15.10830.51100.3644
Hunter Lab38.869429.291719.3263
CIE-Lab45.782236.880134.1102

#af5035 color RGB value is (175,80,53).

#af5035 hex color red value is 175, green value is 80 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #af5035 hue: 0.04 , saturation: 0.54 and the lightness value of af5035 is 0.45.

The process color (four color CMYK) of #af5035 color hex is 0.00, 0.54, 0.70, 0.31. Web safe color of #af5035 is #996633. Color #af5035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010000 00110101
Octal 257 120 65
Decimal 175 80 53
Hex AF 50 35

RGB Percentages of Color #af5035

%56.82
%25.97
%17.21

CMYK Percentages of Color #af5035

%0
%54
%70
%31

Triadic Colors of #af5035

#af5035 #35af50 #5035af

Analogous Colors of #af5035

#af5035 #af8d35 #af3557

Monochromatic Colors of #af5035

#af5035

Complementary Color

#af5035 #3594af

#af5035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5035 Color CSS Codes

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

#af5035 Text Font Color

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

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


#af5035 Background Color

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

This div background color is #af5035


#af5035 Border Color

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

This div border color is #af5035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5035


Comments

No comments written yet.

Please login to write comment.