Color Hex Logo

#af83ae Color Hex

#AF83AE
(175,131,174)
0 Favorites   0 Comments

Color spaces of #af83ae

RGB 175131174
HSL0.840.220.60
HSV301°25°69°
CMYK 0.000.250.01   0.31
XYZ33.435528.402643.7644
Yxy28.40260.31660.2690
Hunter Lab53.294118.7222-11.3823
CIE-Lab60.250724.2938-16.1323

#af83ae color RGB value is (175,131,174).

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

The process color (four color CMYK) of #af83ae color hex is 0.00, 0.25, 0.01, 0.31. Web safe color of #af83ae is #999999. Color #af83ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000011 10101110
Octal 257 203 256
Decimal 175 131 174
Hex AF 83 AE

RGB Percentages of Color #af83ae

%36.46
%27.29
%36.25

CMYK Percentages of Color #af83ae

%0
%25
%1
%31

Triadic Colors of #af83ae

#af83ae #aeaf83 #83aeaf

Analogous Colors of #af83ae

#af83ae #af8398 #9a83af

Monochromatic Colors of #af83ae

#af83ae

Complementary Color

#af83ae #83af84

#af83ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af83ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af83ae Color CSS Codes

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

#af83ae Text Font Color

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

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


#af83ae Background Color

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

This div background color is #af83ae


#af83ae Border Color

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

This div border color is #af83ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af83ae


Comments

No comments written yet.

Please login to write comment.