Color Hex Logo

#af192d Color Hex

#AF192D
(175,25,45)
0 Favorites   0 Comments

Color spaces of #af192d

RGB 1752545
HSL0.980.750.39
HSV352°86°69°
CMYK 0.000.860.74   0.31
XYZ18.50059.99873.4375
Yxy9.99870.57930.3131
Hunter Lab31.620749.099715.6891
CIE-Lab37.840157.699529.6170

#af192d color RGB value is (175,25,45).

#af192d hex color red value is 175, green value is 25 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #af192d hue: 0.98 , saturation: 0.75 and the lightness value of af192d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011001 00101101
Octal 257 31 55
Decimal 175 25 45
Hex AF 19 2D

RGB Percentages of Color #af192d

%71.43
%10.20
%18.37

CMYK Percentages of Color #af192d

%0
%86
%74
%31

Triadic Colors of #af192d

#af192d #2daf19 #192daf

Analogous Colors of #af192d

#af192d #af5019 #af1978

Monochromatic Colors of #af192d

#af192d

Complementary Color

#af192d #19af9b

#af192d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af192d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af192d Color CSS Codes

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

#af192d Text Font Color

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

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


#af192d Background Color

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

This div background color is #af192d


#af192d Border Color

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

This div border color is #af192d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af192d


Comments

No comments written yet.

Please login to write comment.