Color Hex Logo

#af658d Color Hex

#AF658D
(175,101,141)
0 Favorites   0 Comments

Color spaces of #af658d

RGB 175101141
HSL0.910.320.54
HSV328°42°69°
CMYK 0.000.420.19   0.31
XYZ27.140620.344427.6957
Yxy20.34440.36100.2706
Hunter Lab45.104828.4743-4.8325
CIE-Lab52.224435.1828-9.0924

#af658d color RGB value is (175,101,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 10001101
Octal 257 145 215
Decimal 175 101 141
Hex AF 65 8D

RGB Percentages of Color #af658d

%41.97
%24.22
%33.81

CMYK Percentages of Color #af658d

%0
%42
%19
%31

Triadic Colors of #af658d

#af658d #8daf65 #658daf

Analogous Colors of #af658d

#af658d #af6568 #ac65af

Monochromatic Colors of #af658d

#af658d

Complementary Color

#af658d #65af87

#af658d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af658d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af658d Color CSS Codes

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

#af658d Text Font Color

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

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


#af658d Background Color

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

This div background color is #af658d


#af658d Border Color

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

This div border color is #af658d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af658d


Comments

No comments written yet.

Please login to write comment.