Color Hex Logo

#af739b Color Hex

#AF739B
(175,115,155)
0 Favorites   0 Comments

Color spaces of #af739b

RGB 175115155
HSL0.890.270.57
HSV320°34°69°
CMYK 0.000.340.11   0.31
XYZ29.726323.742034.0263
Yxy23.74200.33980.2714
Hunter Lab48.725823.6280-7.2955
CIE-Lab55.828529.7882-11.8790

#af739b color RGB value is (175,115,155).

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

The process color (four color CMYK) of #af739b color hex is 0.00, 0.34, 0.11, 0.31. Web safe color of #af739b is #996699. Color #af739b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 10011011
Octal 257 163 233
Decimal 175 115 155
Hex AF 73 9B

RGB Percentages of Color #af739b

%39.33
%25.84
%34.83

CMYK Percentages of Color #af739b

%0
%34
%11
%31

Triadic Colors of #af739b

#af739b #9baf73 #739baf

Analogous Colors of #af739b

#af739b #af737d #a573af

Monochromatic Colors of #af739b

#af739b

Complementary Color

#af739b #73af87

#af739b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af739b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af739b Color CSS Codes

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

#af739b Text Font Color

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

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


#af739b Background Color

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

This div background color is #af739b


#af739b Border Color

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

This div border color is #af739b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af739b


Comments

No comments written yet.

Please login to write comment.