Color Hex Logo

#af1670 Color Hex

#AF1670
(175,22,112)
0 Favorites   0 Comments

Color spaces of #af1670

RGB 17522112
HSL0.900.780.39
HSV325°87°69°
CMYK 0.000.870.36   0.31
XYZ20.890710.857616.3239
Yxy10.85760.43460.2259
Hunter Lab32.950955.5041-6.3067
CIE-Lab39.339663.2133-10.8342

#af1670 color RGB value is (175,22,112).

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

The process color (four color CMYK) of #af1670 color hex is 0.00, 0.87, 0.36, 0.31. Web safe color of #af1670 is #990066. Color #af1670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010110 01110000
Octal 257 26 160
Decimal 175 22 112
Hex AF 16 70

RGB Percentages of Color #af1670

%56.63
%7.12
%36.25

CMYK Percentages of Color #af1670

%0
%87
%36
%31

Triadic Colors of #af1670

#af1670 #70af16 #1670af

Analogous Colors of #af1670

#af1670 #af1623 #a216af

Monochromatic Colors of #af1670

#af1670

Complementary Color

#af1670 #16af55

#af1670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1670 Color CSS Codes

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

#af1670 Text Font Color

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

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


#af1670 Background Color

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

This div background color is #af1670


#af1670 Border Color

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

This div border color is #af1670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1670


Comments

No comments written yet.

Please login to write comment.