Color Hex Logo

#af93ae Color Hex

#AF93AE
(175,147,174)
0 Favorites   0 Comments

Color spaces of #af93ae

RGB 175147174
HSL0.840.150.63
HSV302°16°69°
CMYK 0.000.160.01   0.31
XYZ35.752933.037444.5369
Yxy33.03740.31550.2915
Hunter Lab57.478210.4448-5.7061
CIE-Lab64.191215.2822-10.2018

#af93ae color RGB value is (175,147,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 10101110
Octal 257 223 256
Decimal 175 147 174
Hex AF 93 AE

RGB Percentages of Color #af93ae

%35.28
%29.64
%35.08

CMYK Percentages of Color #af93ae

%0
%16
%1
%31

Triadic Colors of #af93ae

#af93ae #aeaf93 #93aeaf

Analogous Colors of #af93ae

#af93ae #af93a0 #a293af

Monochromatic Colors of #af93ae

#af93ae

Complementary Color

#af93ae #93af94

#af93ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af93ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af93ae Color CSS Codes

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

#af93ae Text Font Color

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

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


#af93ae Background Color

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

This div background color is #af93ae


#af93ae Border Color

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

This div border color is #af93ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af93ae


Comments

No comments written yet.

Please login to write comment.