Color Hex Logo

#af4eaf Color Hex

#AF4EAF
(175,78,175)
0 Favorites   0 Comments

Color spaces of #af4eaf

RGB 17578175
HSL0.830.380.50
HSV300°55°69°
CMYK 0.000.550.00   0.31
XYZ28.141417.657942.4825
Yxy17.65790.31880.2000
Hunter Lab42.021346.0030-30.5258
CIE-Lab49.078552.7409-33.9393

#af4eaf color RGB value is (175,78,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001110 10101111
Octal 257 116 257
Decimal 175 78 175
Hex AF 4E AF

RGB Percentages of Color #af4eaf

%40.89
%18.22
%40.89

CMYK Percentages of Color #af4eaf

%0
%55
%0
%31

Triadic Colors of #af4eaf

#af4eaf #afaf4e #4eafaf

Analogous Colors of #af4eaf

#af4eaf #af4e7f #7f4eaf

Monochromatic Colors of #af4eaf

#af4eaf

Complementary Color

#af4eaf #4eaf4e

#af4eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4eaf Color CSS Codes

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

#af4eaf Text Font Color

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

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


#af4eaf Background Color

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

This div background color is #af4eaf


#af4eaf Border Color

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

This div border color is #af4eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4eaf


Comments

No comments written yet.

Please login to write comment.