Color Hex Logo

#af1492 Color Hex

#AF1492
(175,20,146)
0 Favorites   0 Comments

Color spaces of #af1492

RGB 17520146
HSL0.860.790.38
HSV311°89°69°
CMYK 0.000.890.17   0.31
XYZ23.117711.689628.2320
Yxy11.68960.36670.1854
Hunter Lab34.190160.8607-25.0249
CIE-Lab40.718567.6322-29.7429

#af1492 color RGB value is (175,20,146).

#af1492 hex color red value is 175, green value is 20 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #af1492 hue: 0.86 , saturation: 0.79 and the lightness value of af1492 is 0.38.

The process color (four color CMYK) of #af1492 color hex is 0.00, 0.89, 0.17, 0.31. Web safe color of #af1492 is #990099. Color #af1492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010100 10010010
Octal 257 24 222
Decimal 175 20 146
Hex AF 14 92

RGB Percentages of Color #af1492

%51.32
%5.87
%42.82

CMYK Percentages of Color #af1492

%0
%89
%17
%31

Triadic Colors of #af1492

#af1492 #92af14 #1492af

Analogous Colors of #af1492

#af1492 #af1445 #7f14af

Monochromatic Colors of #af1492

#af1492

Complementary Color

#af1492 #14af31

#af1492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1492 Color CSS Codes

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

#af1492 Text Font Color

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

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


#af1492 Background Color

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

This div background color is #af1492


#af1492 Border Color

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

This div border color is #af1492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1492


Comments

No comments written yet.

Please login to write comment.