Color Hex Logo

#af44ae Color Hex

#AF44AE
(175,68,174)
0 Favorites   0 Comments

Color spaces of #af44ae

RGB 17568174
HSL0.830.440.48
HSV301°61°69°
CMYK 0.000.610.01   0.31
XYZ27.386316.304241.7480
Yxy16.30420.32050.1908
Hunter Lab40.378550.4036-33.0361
CIE-Lab47.371157.0928-36.0360

#af44ae color RGB value is (175,68,174).

#af44ae hex color red value is 175, green value is 68 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #af44ae hue: 0.83 , saturation: 0.44 and the lightness value of af44ae is 0.48.

The process color (four color CMYK) of #af44ae color hex is 0.00, 0.61, 0.01, 0.31. Web safe color of #af44ae is #993399. Color #af44ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000100 10101110
Octal 257 104 256
Decimal 175 68 174
Hex AF 44 AE

RGB Percentages of Color #af44ae

%41.97
%16.31
%41.73

CMYK Percentages of Color #af44ae

%0
%61
%1
%31

Triadic Colors of #af44ae

#af44ae #aeaf44 #44aeaf

Analogous Colors of #af44ae

#af44ae #af4479 #7b44af

Monochromatic Colors of #af44ae

#af44ae

Complementary Color

#af44ae #44af45

#af44ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af44ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af44ae Color CSS Codes

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

#af44ae Text Font Color

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

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


#af44ae Background Color

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

This div background color is #af44ae


#af44ae Border Color

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

This div border color is #af44ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af44ae


Comments

No comments written yet.

Please login to write comment.