Color Hex Logo

#af272c Color Hex

#AF272C
(175,39,44)
0 Favorites   0 Comments

Color spaces of #af272c

RGB 1753944
HSL0.990.640.42
HSV358°78°69°
CMYK 0.000.780.75   0.31
XYZ18.859310.74683.4632
Yxy10.74680.57030.3250
Hunter Lab32.782345.320016.6841
CIE-Lab39.150753.911631.7195

#af272c color RGB value is (175,39,44).

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

The process color (four color CMYK) of #af272c color hex is 0.00, 0.78, 0.75, 0.31. Web safe color of #af272c is #993333. Color #af272c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 00101100
Octal 257 47 54
Decimal 175 39 44
Hex AF 27 2C

RGB Percentages of Color #af272c

%67.83
%15.12
%17.05

CMYK Percentages of Color #af272c

%0
%78
%75
%31

Triadic Colors of #af272c

#af272c #2caf27 #272caf

Analogous Colors of #af272c

#af272c #af6627 #af2770

Monochromatic Colors of #af272c

#af272c

Complementary Color

#af272c #27afaa

#af272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af272c Color CSS Codes

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

#af272c Text Font Color

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

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


#af272c Background Color

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

This div background color is #af272c


#af272c Border Color

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

This div border color is #af272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af272c


Comments

No comments written yet.

Please login to write comment.