Color Hex Logo

#af759e Color Hex

#AF759E
(175,117,158)
0 Favorites   0 Comments

Color spaces of #af759e

RGB 175117158
HSL0.880.270.57
HSV318°33°69°
CMYK 0.000.330.10   0.31
XYZ30.212024.305235.4468
Yxy24.30520.33580.2702
Hunter Lab49.300323.1121-8.1192
CIE-Lab56.392129.1976-12.7704

#af759e color RGB value is (175,117,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110101 10011110
Octal 257 165 236
Decimal 175 117 158
Hex AF 75 9E

RGB Percentages of Color #af759e

%38.89
%26.00
%35.11

CMYK Percentages of Color #af759e

%0
%33
%10
%31

Triadic Colors of #af759e

#af759e #9eaf75 #759eaf

Analogous Colors of #af759e

#af759e #af7581 #a375af

Monochromatic Colors of #af759e

#af759e

Complementary Color

#af759e #75af86

#af759e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af759e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af759e Color CSS Codes

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

#af759e Text Font Color

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

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


#af759e Background Color

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

This div background color is #af759e


#af759e Border Color

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

This div border color is #af759e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af759e


Comments

No comments written yet.

Please login to write comment.