Color Hex Logo

#af948d Color Hex

#AF948D
(175,148,141)
0 Favorites   0 Comments

Color spaces of #af948d

RGB 175148141
HSL0.030.180.62
HSV12°19°69°
CMYK 0.000.150.19   0.31
XYZ33.076832.216929.6744
Yxy32.21690.34830.3392
Hunter Lab56.75994.69088.7348
CIE-Lab63.52178.92797.4371

#af948d color RGB value is (175,148,141).

#af948d hex color red value is 175, green value is 148 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #af948d hue: 0.03 , saturation: 0.18 and the lightness value of af948d is 0.62.

The process color (four color CMYK) of #af948d color hex is 0.00, 0.15, 0.19, 0.31. Web safe color of #af948d is #999999. Color #af948d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 10001101
Octal 257 224 215
Decimal 175 148 141
Hex AF 94 8D

RGB Percentages of Color #af948d

%37.72
%31.90
%30.39

CMYK Percentages of Color #af948d

%0
%15
%19
%31

Triadic Colors of #af948d

#af948d #8daf94 #948daf

Analogous Colors of #af948d

#af948d #afa58d #af8d97

Monochromatic Colors of #af948d

#af948d

Complementary Color

#af948d #8da8af

#af948d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af948d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af948d Color CSS Codes

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

#af948d Text Font Color

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

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


#af948d Background Color

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

This div background color is #af948d


#af948d Border Color

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

This div border color is #af948d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,148,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 #af948d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af948d


Comments

No comments written yet.

Please login to write comment.