Color Hex Logo

#d38baf Color Hex

#D38BAF
(211,139,175)
0 Favorites   0 Comments

Color spaces of #d38baf

RGB 211139175
HSL0.920.450.69
HSV330°34°83°
CMYK 0.000.340.17   0.17
XYZ43.834535.409345.0818
Yxy35.40930.35260.2848
Hunter Lab59.505727.3559-3.2644
CIE-Lab66.066132.5708-7.5722

#d38baf color RGB value is (211,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001011 10101111
Octal 323 213 257
Decimal 211 139 175
Hex D3 8B AF

RGB Percentages of Color #d38baf

%40.19
%26.48
%33.33

CMYK Percentages of Color #d38baf

%0
%34
%17
%17

Triadic Colors of #d38baf

#d38baf #afd38b #8bafd3

Analogous Colors of #d38baf

#d38baf #d38b8b #d38bd3

Monochromatic Colors of #d38baf

#d38baf

Complementary Color

#d38baf #8bd3af

#d38baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38baf Color CSS Codes

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

#d38baf Text Font Color

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

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


#d38baf Background Color

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

This div background color is #d38baf


#d38baf Border Color

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

This div border color is #d38baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38baf


Comments

No comments written yet.

Please login to write comment.