Color Hex Logo

#af4caf Color Hex

#AF4CAF
(175,76,175)
0 Favorites   0 Comments

Color spaces of #af4caf

RGB 17576175
HSL0.830.390.49
HSV300°57°69°
CMYK 0.000.570.00   0.31
XYZ28.001517.378042.4359
Yxy17.37800.31890.1979
Hunter Lab41.686946.9480-31.1744
CIE-Lab48.732853.6778-34.4819

#af4caf color RGB value is (175,76,175).

#af4caf hex color red value is 175, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #af4caf hue: 0.83 , saturation: 0.39 and the lightness value of af4caf is 0.49.

The process color (four color CMYK) of #af4caf color hex is 0.00, 0.57, 0.00, 0.31. Web safe color of #af4caf is #993399. Color #af4caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001100 10101111
Octal 257 114 257
Decimal 175 76 175
Hex AF 4C AF

RGB Percentages of Color #af4caf

%41.08
%17.84
%41.08

CMYK Percentages of Color #af4caf

%0
%57
%0
%31

Triadic Colors of #af4caf

#af4caf #afaf4c #4cafaf

Analogous Colors of #af4caf

#af4caf #af4c7e #7e4caf

Monochromatic Colors of #af4caf

#af4caf

Complementary Color

#af4caf #4caf4c

#af4caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4caf Color CSS Codes

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

#af4caf Text Font Color

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

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


#af4caf Background Color

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

This div background color is #af4caf


#af4caf Border Color

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

This div border color is #af4caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4caf


Comments

No comments written yet.

Please login to write comment.