Color Hex Logo

#af145e Color Hex

#AF145E
(175,20,94)
0 Favorites   0 Comments

Color spaces of #af145e

RGB 1752094
HSL0.920.790.38
HSV331°89°69°
CMYK 0.000.890.46   0.31
XYZ19.949710.422411.5499
Yxy10.42240.47590.2486
Hunter Lab32.283753.80731.3869
CIE-Lab38.590161.8435-0.5543

#af145e color RGB value is (175,20,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010100 01011110
Octal 257 24 136
Decimal 175 20 94
Hex AF 14 5E

RGB Percentages of Color #af145e

%60.55
%6.92
%32.53

CMYK Percentages of Color #af145e

%0
%89
%46
%31

Triadic Colors of #af145e

#af145e #5eaf14 #145eaf

Analogous Colors of #af145e

#af145e #af1714 #af14ac

Monochromatic Colors of #af145e

#af145e

Complementary Color

#af145e #14af65

#af145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af145e Color CSS Codes

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

#af145e Text Font Color

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

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


#af145e Background Color

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

This div background color is #af145e


#af145e Border Color

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

This div border color is #af145e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af145e


Comments

No comments written yet.

Please login to write comment.