Color Hex Logo

#af1646 Color Hex

#AF1646
(175,22,70)
0 Favorites   0 Comments

Color spaces of #af1646

RGB 1752270
HSL0.950.780.39
HSV341°87°69°
CMYK 0.000.870.60   0.31
XYZ19.071610.13006.7444
Yxy10.13000.53060.2818
Hunter Lab31.827751.26149.7156
CIE-Lab38.074759.639614.0993

#af1646 color RGB value is (175,22,70).

#af1646 hex color red value is 175, green value is 22 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #af1646 hue: 0.95 , saturation: 0.78 and the lightness value of af1646 is 0.39.

The process color (four color CMYK) of #af1646 color hex is 0.00, 0.87, 0.60, 0.31. Web safe color of #af1646 is #990033. Color #af1646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010110 01000110
Octal 257 26 106
Decimal 175 22 70
Hex AF 16 46

RGB Percentages of Color #af1646

%65.54
%8.24
%26.22

CMYK Percentages of Color #af1646

%0
%87
%60
%31

Triadic Colors of #af1646

#af1646 #46af16 #1646af

Analogous Colors of #af1646

#af1646 #af3316 #af1693

Monochromatic Colors of #af1646

#af1646

Complementary Color

#af1646 #16af7f

#af1646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1646 Color CSS Codes

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

#af1646 Text Font Color

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

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


#af1646 Background Color

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

This div background color is #af1646


#af1646 Border Color

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

This div border color is #af1646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1646


Comments

No comments written yet.

Please login to write comment.