Color Hex Logo

#af5ead Color Hex

#AF5EAD
(175,94,173)
0 Favorites   0 Comments

Color spaces of #af5ead

RGB 17594173
HSL0.840.340.53
HSV301°46°69°
CMYK 0.000.460.01   0.31
XYZ29.224720.136541.8816
Yxy20.13650.32030.2207
Hunter Lab44.873737.7219-23.9250
CIE-Lab51.991244.4087-28.2251

#af5ead color RGB value is (175,94,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011110 10101101
Octal 257 136 255
Decimal 175 94 173
Hex AF 5E AD

RGB Percentages of Color #af5ead

%39.59
%21.27
%39.14

CMYK Percentages of Color #af5ead

%0
%46
%1
%31

Triadic Colors of #af5ead

#af5ead #adaf5e #5eadaf

Analogous Colors of #af5ead

#af5ead #af5e85 #895eaf

Monochromatic Colors of #af5ead

#af5ead

Complementary Color

#af5ead #5eaf60

#af5ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5ead Color CSS Codes

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

#af5ead Text Font Color

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

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


#af5ead Background Color

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

This div background color is #af5ead


#af5ead Border Color

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

This div border color is #af5ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5ead


Comments

No comments written yet.

Please login to write comment.