color codes Logo

#d38c9f color codes

#D38C9F
(211,140,159)
0 Favorites   0 Comments

Color spaces of #d38c9f

RGB 211140159
HSL0.960.450.69
HSV344°34°83°
CMYK 0.000.340.25   0.17
XYZ42.500135.108337.3375
Yxy35.10830.36970.3054
Hunter Lab59.252324.34194.1153
CIE-Lab65.832929.61561.1029

#d38c9f color RGB value is (211,140,159).

#d38c9f hex color red value is 211, green value is 140 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d38c9f hue: 0.96 , saturation: 0.45 and the lightness value of d38c9f is 0.69.

The process color (four color CMYK) of #d38c9f color code is 0.00, 0.34, 0.25, 0.17. Web safe color of #d38c9f is #cc9999. Color #d38c9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001100 10011111
Octal 323 214 237
Decimal 211 140 159
Hex D3 8C 9F

RGB Percentages of Color #d38c9f

%41.37
%27.45
%31.18

CMYK Percentages of Color #d38c9f

%0
%34
%25
%17

Triadic Colors of #d38c9f

#d38c9f #9fd38c #8c9fd3

Analogous Colors of #d38c9f

#d38c9f #d39d8c #d38cc3

Monochromatic Colors of #d38c9f

#d38c9f

Complementary Color

#d38c9f #8cd3c0

#d38c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38c9f Color CSS Codes

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

#d38c9f Text Font Color

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

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


#d38c9f Background Color

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

This div background color is #d38c9f


#d38c9f Border Color

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

This div border color is #d38c9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,140,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d38c9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d38c9f;
  -webkit-box-shadow: 1px 1px 3px 2px #d38c9f;
  box-shadow:         1px 1px 3px 2px #d38c9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,140,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38c9f


Comments

No comments written yet.

Please login to write comment.