Color Hex Logo

#af0fae Color Hex

#AF0FAE
(175,15,174)
0 Favorites   0 Comments

Color spaces of #af0fae

RGB 17515174
HSL0.830.840.37
HSV300°91°69°
CMYK 0.000.910.01   0.31
XYZ25.490012.511641.1159
Yxy12.51160.32220.1581
Hunter Lab35.371766.7322-44.1581
CIE-Lab42.017972.3614-44.5286

#af0fae color RGB value is (175,15,174).

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

The process color (four color CMYK) of #af0fae color hex is 0.00, 0.91, 0.01, 0.31. Web safe color of #af0fae is #990099. Color #af0fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001111 10101110
Octal 257 17 256
Decimal 175 15 174
Hex AF F AE

RGB Percentages of Color #af0fae

%48.08
%4.12
%47.80

CMYK Percentages of Color #af0fae

%0
%91
%1
%31

Triadic Colors of #af0fae

#af0fae #aeaf0f #0faeaf

Analogous Colors of #af0fae

#af0fae #af0f5e #600faf

Monochromatic Colors of #af0fae

#af0fae

Complementary Color

#af0fae #0faf10

#af0fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0fae Color CSS Codes

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

#af0fae Text Font Color

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

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


#af0fae Background Color

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

This div background color is #af0fae


#af0fae Border Color

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

This div border color is #af0fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0fae


Comments

No comments written yet.

Please login to write comment.