Color Hex Logo

#d9486f Color Hex

#D9486F
(217,72,111)
0 Favorites   0 Comments

Color spaces of #d9486f

RGB 21772111
HSL0.960.660.57
HSV344°67°85°
CMYK 0.000.670.49   0.15
XYZ33.801920.534117.2209
Yxy20.53410.47240.2870
Hunter Lab45.314653.84969.1882
CIE-Lab52.435859.26369.8339

#d9486f color RGB value is (217,72,111).

#d9486f hex color red value is 217, green value is 72 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #d9486f hue: 0.96 , saturation: 0.66 and the lightness value of d9486f is 0.57.

The process color (four color CMYK) of #d9486f color hex is 0.00, 0.67, 0.49, 0.15. Web safe color of #d9486f is #cc3366. Color #d9486f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001000 01101111
Octal 331 110 157
Decimal 217 72 111
Hex D9 48 6F

RGB Percentages of Color #d9486f

%54.25
%18.00
%27.75

CMYK Percentages of Color #d9486f

%0
%67
%49
%15

Triadic Colors of #d9486f

#d9486f #6fd948 #486fd9

Analogous Colors of #d9486f

#d9486f #d96a48 #d948b8

Monochromatic Colors of #d9486f

#d9486f

Complementary Color

#d9486f #48d9b2

#d9486f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9486f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9486f Color CSS Codes

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

#d9486f Text Font Color

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

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


#d9486f Background Color

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

This div background color is #d9486f


#d9486f Border Color

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

This div border color is #d9486f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,72,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9486f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9486f;
  -webkit-box-shadow: 1px 1px 3px 2px #d9486f;
  box-shadow:         1px 1px 3px 2px #d9486f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,72,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9486f


Comments

No comments written yet.

Please login to write comment.