Color Hex Logo

#af102d Color Hex

#AF102D
(175,16,45)
0 Favorites   0 Comments

Color spaces of #af102d

RGB 1751645
HSL0.970.830.37
HSV349°91°69°
CMYK 0.000.910.74   0.31
XYZ18.33819.67403.3834
Yxy9.67400.58410.3081
Hunter Lab31.103150.811815.3226
CIE-Lab37.250959.388928.9345

#af102d color RGB value is (175,16,45).

#af102d hex color red value is 175, green value is 16 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #af102d hue: 0.97 , saturation: 0.83 and the lightness value of af102d is 0.37.

The process color (four color CMYK) of #af102d color hex is 0.00, 0.91, 0.74, 0.31. Web safe color of #af102d is #990033. Color #af102d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010000 00101101
Octal 257 20 55
Decimal 175 16 45
Hex AF 10 2D

RGB Percentages of Color #af102d

%74.15
%6.78
%19.07

CMYK Percentages of Color #af102d

%0
%91
%74
%31

Triadic Colors of #af102d

#af102d #2daf10 #102daf

Analogous Colors of #af102d

#af102d #af4210 #af107d

Monochromatic Colors of #af102d

#af102d

Complementary Color

#af102d #10af92

#af102d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af102d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af102d Color CSS Codes

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

#af102d Text Font Color

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

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


#af102d Background Color

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

This div background color is #af102d


#af102d Border Color

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

This div border color is #af102d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af102d


Comments

No comments written yet.

Please login to write comment.