Color Hex Logo

#af5eac Color Hex

#AF5EAC
(175,94,172)
0 Favorites   0 Comments

Color spaces of #af5eac

RGB 17594172
HSL0.840.340.53
HSV302°46°69°
CMYK 0.000.460.02   0.31
XYZ29.128320.097941.3738
Yxy20.09790.32150.2218
Hunter Lab44.830737.5249-23.3367
CIE-Lab51.947744.2246-27.7099

#af5eac color RGB value is (175,94,172).

#af5eac hex color red value is 175, green value is 94 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #af5eac hue: 0.84 , saturation: 0.34 and the lightness value of af5eac is 0.53.

The process color (four color CMYK) of #af5eac color hex is 0.00, 0.46, 0.02, 0.31. Web safe color of #af5eac is #996699. Color #af5eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011110 10101100
Octal 257 136 254
Decimal 175 94 172
Hex AF 5E AC

RGB Percentages of Color #af5eac

%39.68
%21.32
%39.00

CMYK Percentages of Color #af5eac

%0
%46
%2
%31

Triadic Colors of #af5eac

#af5eac #acaf5e #5eacaf

Analogous Colors of #af5eac

#af5eac #af5e84 #8a5eaf

Monochromatic Colors of #af5eac

#af5eac

Complementary Color

#af5eac #5eaf61

#af5eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5eac Color CSS Codes

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

#af5eac Text Font Color

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

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


#af5eac Background Color

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

This div background color is #af5eac


#af5eac Border Color

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

This div border color is #af5eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5eac


Comments

No comments written yet.

Please login to write comment.