Color Hex Logo

#af6ead Color Hex

#AF6EAD
(175,110,173)
0 Favorites   0 Comments

Color spaces of #af6ead

RGB 175110173
HSL0.840.290.56
HSV302°37°69°
CMYK 0.000.370.01   0.31
XYZ30.798023.283042.4060
Yxy23.28300.31920.2413
Hunter Lab48.252529.4890-18.3295
CIE-Lab55.362635.8269-23.0168

#af6ead color RGB value is (175,110,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101110 10101101
Octal 257 156 255
Decimal 175 110 173
Hex AF 6E AD

RGB Percentages of Color #af6ead

%38.21
%24.02
%37.77

CMYK Percentages of Color #af6ead

%0
%37
%1
%31

Triadic Colors of #af6ead

#af6ead #adaf6e #6eadaf

Analogous Colors of #af6ead

#af6ead #af6e8d #916eaf

Monochromatic Colors of #af6ead

#af6ead

Complementary Color

#af6ead #6eaf70

#af6ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6ead Color CSS Codes

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

#af6ead Text Font Color

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

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


#af6ead Background Color

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

This div background color is #af6ead


#af6ead Border Color

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

This div border color is #af6ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6ead


Comments

No comments written yet.

Please login to write comment.