Color Hex Logo

#af759d Color Hex

#AF759D
(175,117,157)
0 Favorites   0 Comments

Color spaces of #af759d

RGB 175117157
HSL0.890.270.57
HSV319°33°69°
CMYK 0.000.330.10   0.31
XYZ30.126324.270934.9952
Yxy24.27090.33700.2715
Hunter Lab49.265522.9397-7.6301
CIE-Lab56.358029.0215-12.2424

#af759d color RGB value is (175,117,157).

#af759d hex color red value is 175, green value is 117 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #af759d hue: 0.89 , saturation: 0.27 and the lightness value of af759d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110101 10011101
Octal 257 165 235
Decimal 175 117 157
Hex AF 75 9D

RGB Percentages of Color #af759d

%38.98
%26.06
%34.97

CMYK Percentages of Color #af759d

%0
%33
%10
%31

Triadic Colors of #af759d

#af759d #9daf75 #759daf

Analogous Colors of #af759d

#af759d #af7580 #a475af

Monochromatic Colors of #af759d

#af759d

Complementary Color

#af759d #75af87

#af759d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af759d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af759d Color CSS Codes

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

#af759d Text Font Color

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

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


#af759d Background Color

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

This div background color is #af759d


#af759d Border Color

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

This div border color is #af759d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af759d


Comments

No comments written yet.

Please login to write comment.