Color Hex Logo

#af061d Color Hex

#AF061D
(175,6,29)
0 Favorites   0 Comments

Color spaces of #af061d

RGB 175629
HSL0.980.930.35
HSV352°97°69°
CMYK 0.000.970.83   0.31
XYZ17.96619.33292.0169
Yxy9.33290.61280.3184
Hunter Lab30.549851.512317.4705
CIE-Lab36.617560.151937.8017

#af061d color RGB value is (175,6,29).

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

The process color (four color CMYK) of #af061d color hex is 0.00, 0.97, 0.83, 0.31. Web safe color of #af061d is #990033. Color #af061d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 00011101
Octal 257 6 35
Decimal 175 6 29
Hex AF 6 1D

RGB Percentages of Color #af061d

%83.33
%2.86
%13.81

CMYK Percentages of Color #af061d

%0
%97
%83
%31

Triadic Colors of #af061d

#af061d #1daf06 #061daf

Analogous Colors of #af061d

#af061d #af4406 #af0672

Monochromatic Colors of #af061d

#af061d

Complementary Color

#af061d #06af98

#af061d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af061d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af061d Color CSS Codes

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

#af061d Text Font Color

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

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


#af061d Background Color

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

This div background color is #af061d


#af061d Border Color

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

This div border color is #af061d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af061d


Comments

No comments written yet.

Please login to write comment.