color codes Logo

#af051c color codes

#AF051C
(175,5,28)
0 Favorites   0 Comments

Color spaces of #af051c

RGB 175528
HSL0.980.940.35
HSV352°97°69°
CMYK 0.000.970.84   0.31
XYZ17.94319.30631.9492
Yxy9.30630.61450.3187
Hunter Lab30.506251.603917.5660
CIE-Lab36.567560.245138.3142

#af051c color RGB value is (175,5,28).

#af051c hex color red value is 175, green value is 5 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #af051c hue: 0.98 , saturation: 0.94 and the lightness value of af051c is 0.35.

The process color (four color CMYK) of #af051c color code is 0.00, 0.97, 0.84, 0.31. Web safe color of #af051c is #990033. Color #af051c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000101 00011100
Octal 257 5 34
Decimal 175 5 28
Hex AF 5 1C

RGB Percentages of Color #af051c

%84.13
%2.40
%13.46

CMYK Percentages of Color #af051c

%0
%97
%84
%31

Triadic Colors of #af051c

#af051c #1caf05 #051caf

Analogous Colors of #af051c

#af051c #af4305 #af0571

Monochromatic Colors of #af051c

#af051c

Complementary Color

#af051c #05af98

#af051c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af051c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af051c Color CSS Codes

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

#af051c Text Font Color

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

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


#af051c Background Color

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

This div background color is #af051c


#af051c Border Color

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

This div border color is #af051c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,5,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 #af051c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af051c


Comments

No comments written yet.

Please login to write comment.