Color Hex Logo

#af1472 Color Hex

#AF1472
(175,20,114)
0 Favorites   0 Comments

Color spaces of #af1472

RGB 17520114
HSL0.900.790.38
HSV324°89°69°
CMYK 0.000.890.35   0.31
XYZ20.966610.829216.9048
Yxy10.82920.43050.2224
Hunter Lab32.907756.1396-7.4220
CIE-Lab39.291363.7864-12.1631

#af1472 color RGB value is (175,20,114).

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

The process color (four color CMYK) of #af1472 color hex is 0.00, 0.89, 0.35, 0.31. Web safe color of #af1472 is #990066. Color #af1472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010100 01110010
Octal 257 24 162
Decimal 175 20 114
Hex AF 14 72

RGB Percentages of Color #af1472

%56.63
%6.47
%36.89

CMYK Percentages of Color #af1472

%0
%89
%35
%31

Triadic Colors of #af1472

#af1472 #72af14 #1472af

Analogous Colors of #af1472

#af1472 #af1424 #9f14af

Monochromatic Colors of #af1472

#af1472

Complementary Color

#af1472 #14af51

#af1472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1472 Color CSS Codes

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

#af1472 Text Font Color

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

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


#af1472 Background Color

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

This div background color is #af1472


#af1472 Border Color

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

This div border color is #af1472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1472


Comments

No comments written yet.

Please login to write comment.