Color Hex Logo

#af3aae Color Hex

#AF3AAE
(175,58,174)
0 Favorites   0 Comments

Color spaces of #af3aae

RGB 17558174
HSL0.830.500.46
HSV301°67°69°
CMYK 0.000.670.01   0.31
XYZ26.832215.196141.5633
Yxy15.19610.32100.1818
Hunter Lab38.982254.6463-35.9282
CIE-Lab45.901661.1843-38.3550

#af3aae color RGB value is (175,58,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111010 10101110
Octal 257 72 256
Decimal 175 58 174
Hex AF 3A AE

RGB Percentages of Color #af3aae

%43.00
%14.25
%42.75

CMYK Percentages of Color #af3aae

%0
%67
%1
%31

Triadic Colors of #af3aae

#af3aae #aeaf3a #3aaeaf

Analogous Colors of #af3aae

#af3aae #af3a74 #763aaf

Monochromatic Colors of #af3aae

#af3aae

Complementary Color

#af3aae #3aaf3b

#af3aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3aae Color CSS Codes

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

#af3aae Text Font Color

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

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


#af3aae Background Color

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

This div background color is #af3aae


#af3aae Border Color

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

This div border color is #af3aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3aae


Comments

No comments written yet.

Please login to write comment.