Color Hex Logo

#af125e Color Hex

#AF125E
(175,18,94)
0 Favorites   0 Comments

Color spaces of #af125e

RGB 1751894
HSL0.920.810.38
HSV331°90°69°
CMYK 0.000.900.46   0.31
XYZ19.915910.354711.5387
Yxy10.35470.47640.2477
Hunter Lab32.178754.16361.2648
CIE-Lab38.471662.1861-0.7279

#af125e color RGB value is (175,18,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010010 01011110
Octal 257 22 136
Decimal 175 18 94
Hex AF 12 5E

RGB Percentages of Color #af125e

%60.98
%6.27
%32.75

CMYK Percentages of Color #af125e

%0
%90
%46
%31

Triadic Colors of #af125e

#af125e #5eaf12 #125eaf

Analogous Colors of #af125e

#af125e #af1412 #af12ad

Monochromatic Colors of #af125e

#af125e

Complementary Color

#af125e #12af63

#af125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af125e Color CSS Codes

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

#af125e Text Font Color

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

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


#af125e Background Color

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

This div background color is #af125e


#af125e Border Color

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

This div border color is #af125e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,18,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 #af125e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af125e


Comments

No comments written yet.

Please login to write comment.