Color Hex Logo

#af0c1b Color Hex

#AF0C1B
(175,12,27)
0 Favorites   0 Comments

Color spaces of #af0c1b

RGB 1751227
HSL0.980.870.37
HSV354°93°69°
CMYK 0.000.930.85   0.31
XYZ18.00859.45601.9130
Yxy9.45600.61300.3219
Hunter Lab30.750650.721517.8370
CIE-Lab36.847859.384739.1235

#af0c1b color RGB value is (175,12,27).

#af0c1b hex color red value is 175, green value is 12 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #af0c1b hue: 0.98 , saturation: 0.87 and the lightness value of af0c1b is 0.37.

The process color (four color CMYK) of #af0c1b color hex is 0.00, 0.93, 0.85, 0.31. Web safe color of #af0c1b is #990033. Color #af0c1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001100 00011011
Octal 257 14 33
Decimal 175 12 27
Hex AF C 1B

RGB Percentages of Color #af0c1b

%81.78
%5.61
%12.62

CMYK Percentages of Color #af0c1b

%0
%93
%85
%31

Triadic Colors of #af0c1b

#af0c1b #1baf0c #0c1baf

Analogous Colors of #af0c1b

#af0c1b #af4e0c #af0c6d

Monochromatic Colors of #af0c1b

#af0c1b

Complementary Color

#af0c1b #0cafa0

#af0c1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0c1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0c1b Color CSS Codes

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

#af0c1b Text Font Color

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

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


#af0c1b Background Color

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

This div background color is #af0c1b


#af0c1b Border Color

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

This div border color is #af0c1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0c1b


Comments

No comments written yet.

Please login to write comment.