Color Hex Logo

#af658f Color Hex

#AF658F
(175,101,143)
0 Favorites   0 Comments

Color spaces of #af658f

RGB 175101143
HSL0.910.320.54
HSV326°42°69°
CMYK 0.000.420.18   0.31
XYZ27.290820.404528.4867
Yxy20.40450.35820.2678
Hunter Lab45.171328.7930-5.7705
CIE-Lab52.291535.4998-10.1718

#af658f color RGB value is (175,101,143).

#af658f hex color red value is 175, green value is 101 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #af658f hue: 0.91 , saturation: 0.32 and the lightness value of af658f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 10001111
Octal 257 145 217
Decimal 175 101 143
Hex AF 65 8F

RGB Percentages of Color #af658f

%41.77
%24.11
%34.13

CMYK Percentages of Color #af658f

%0
%42
%18
%31

Triadic Colors of #af658f

#af658f #8faf65 #658faf

Analogous Colors of #af658f

#af658f #af656a #aa65af

Monochromatic Colors of #af658f

#af658f

Complementary Color

#af658f #65af85

#af658f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af658f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af658f Color CSS Codes

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

#af658f Text Font Color

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

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


#af658f Background Color

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

This div background color is #af658f


#af658f Border Color

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

This div border color is #af658f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af658f


Comments

No comments written yet.

Please login to write comment.