Color Hex Logo

#af4baf Color Hex

#AF4BAF
(175,75,175)
0 Favorites   0 Comments

Color spaces of #af4baf

RGB 17575175
HSL0.830.400.49
HSV300°57°69°
CMYK 0.000.570.00   0.31
XYZ27.933117.241342.4131
Yxy17.24130.31890.1968
Hunter Lab41.522647.4158-31.4956
CIE-Lab48.562654.1402-34.7491

#af4baf color RGB value is (175,75,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001011 10101111
Octal 257 113 257
Decimal 175 75 175
Hex AF 4B AF

RGB Percentages of Color #af4baf

%41.18
%17.65
%41.18

CMYK Percentages of Color #af4baf

%0
%57
%0
%31

Triadic Colors of #af4baf

#af4baf #afaf4b #4bafaf

Analogous Colors of #af4baf

#af4baf #af4b7d #7d4baf

Monochromatic Colors of #af4baf

#af4baf

Complementary Color

#af4baf #4baf4b

#af4baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4baf Color CSS Codes

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

#af4baf Text Font Color

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

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


#af4baf Background Color

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

This div background color is #af4baf


#af4baf Border Color

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

This div border color is #af4baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4baf


Comments

No comments written yet.

Please login to write comment.