Color Hex Logo

#af5427 Color Hex

#AF5427
(175,84,39)
0 Favorites   0 Comments

Color spaces of #af5427

RGB 1758439
HSL0.060.640.42
HSV20°78°69°
CMYK 0.000.520.78   0.31
XYZ21.215715.60113.8126
Yxy15.60110.52220.3840
Hunter Lab39.498226.755921.9257
CIE-Lab46.446734.135842.2358

#af5427 color RGB value is (175,84,39).

#af5427 hex color red value is 175, green value is 84 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #af5427 hue: 0.06 , saturation: 0.64 and the lightness value of af5427 is 0.42.

The process color (four color CMYK) of #af5427 color hex is 0.00, 0.52, 0.78, 0.31. Web safe color of #af5427 is #996633. Color #af5427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010100 00100111
Octal 257 124 47
Decimal 175 84 39
Hex AF 54 27

RGB Percentages of Color #af5427

%58.72
%28.19
%13.09

CMYK Percentages of Color #af5427

%0
%52
%78
%31

Triadic Colors of #af5427

#af5427 #27af54 #5427af

Analogous Colors of #af5427

#af5427 #af9827 #af273e

Monochromatic Colors of #af5427

#af5427

Complementary Color

#af5427 #2782af

#af5427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5427 Color CSS Codes

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

#af5427 Text Font Color

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

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


#af5427 Background Color

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

This div background color is #af5427


#af5427 Border Color

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

This div border color is #af5427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5427

#af5427 Color Palettes


Comments

No comments written yet.

Please login to write comment.