Color Hex Logo

#af271c Color Hex

#AF271C
(175,39,28)
0 Favorites   0 Comments

Color spaces of #af271c

RGB 1753928
HSL0.010.720.40
HSV84°69°
CMYK 0.000.780.84   0.31
XYZ18.614310.64882.1730
Yxy10.64880.59210.3387
Hunter Lab32.632544.713518.8946
CIE-Lab38.982653.368040.5479

#af271c color RGB value is (175,39,28).

#af271c hex color red value is 175, green value is 39 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #af271c hue: 0.01 , saturation: 0.72 and the lightness value of af271c is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 00011100
Octal 257 47 34
Decimal 175 39 28
Hex AF 27 1C

RGB Percentages of Color #af271c

%72.31
%16.12
%11.57

CMYK Percentages of Color #af271c

%0
%78
%84
%31

Triadic Colors of #af271c

#af271c #1caf27 #271caf

Analogous Colors of #af271c

#af271c #af711c #af1c5b

Monochromatic Colors of #af271c

#af271c

Complementary Color

#af271c #1ca4af

#af271c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af271c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af271c Color CSS Codes

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

#af271c Text Font Color

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

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


#af271c Background Color

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

This div background color is #af271c


#af271c Border Color

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

This div border color is #af271c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af271c


Comments

No comments written yet.

Please login to write comment.