Color Hex Logo

#af4ead Color Hex

#AF4EAD
(175,78,173)
0 Favorites   0 Comments

Color spaces of #af4ead

RGB 17578173
HSL0.840.380.50
HSV301°55°69°
CMYK 0.000.550.01   0.31
XYZ27.946417.579941.4555
Yxy17.57990.32130.2021
Hunter Lab41.928445.6004-29.2714
CIE-Lab48.982652.3830-32.9175

#af4ead color RGB value is (175,78,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001110 10101101
Octal 257 116 255
Decimal 175 78 173
Hex AF 4E AD

RGB Percentages of Color #af4ead

%41.08
%18.31
%40.61

CMYK Percentages of Color #af4ead

%0
%55
%1
%31

Triadic Colors of #af4ead

#af4ead #adaf4e #4eadaf

Analogous Colors of #af4ead

#af4ead #af4e7d #814eaf

Monochromatic Colors of #af4ead

#af4ead

Complementary Color

#af4ead #4eaf50

#af4ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4ead Color CSS Codes

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

#af4ead Text Font Color

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

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


#af4ead Background Color

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

This div background color is #af4ead


#af4ead Border Color

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

This div border color is #af4ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4ead


Comments

No comments written yet.

Please login to write comment.