Color Hex Logo

#af947d Color Hex

#AF947D
(175,148,125)
0 Favorites   0 Comments

Color spaces of #af947d

RGB 175148125
HSL0.080.240.59
HSV28°29°69°
CMYK 0.000.150.29   0.31
XYZ31.970831.774423.8501
Yxy31.77440.36500.3627
Hunter Lab56.36882.594814.3721
CIE-Lab63.15606.540015.9149

#af947d color RGB value is (175,148,125).

#af947d hex color red value is 175, green value is 148 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af947d hue: 0.08 , saturation: 0.24 and the lightness value of af947d is 0.59.

The process color (four color CMYK) of #af947d color hex is 0.00, 0.15, 0.29, 0.31. Web safe color of #af947d is #999966. Color #af947d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 01111101
Octal 257 224 175
Decimal 175 148 125
Hex AF 94 7D

RGB Percentages of Color #af947d

%39.06
%33.04
%27.90

CMYK Percentages of Color #af947d

%0
%15
%29
%31

Triadic Colors of #af947d

#af947d #7daf94 #947daf

Analogous Colors of #af947d

#af947d #afad7d #af7d7f

Monochromatic Colors of #af947d

#af947d

Complementary Color

#af947d #7d98af

#af947d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af947d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af947d Color CSS Codes

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

#af947d Text Font Color

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

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


#af947d Background Color

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

This div background color is #af947d


#af947d Border Color

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

This div border color is #af947d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af947d


Comments

No comments written yet.

Please login to write comment.