Color Hex Logo

#d38dbe Color Hex

#D38DBE
(211,141,190)
0 Favorites   0 Comments

Color spaces of #d38dbe

RGB 211141190
HSL0.880.440.69
HSV318°33°83°
CMYK 0.000.330.10   0.17
XYZ45.683136.616353.3751
Yxy36.61630.33670.2699
Hunter Lab60.511428.8637-9.9398
CIE-Lab66.988233.9523-14.6138

#d38dbe color RGB value is (211,141,190).

#d38dbe hex color red value is 211, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d38dbe hue: 0.88 , saturation: 0.44 and the lightness value of d38dbe is 0.69.

The process color (four color CMYK) of #d38dbe color hex is 0.00, 0.33, 0.10, 0.17. Web safe color of #d38dbe is #cc99cc. Color #d38dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001101 10111110
Octal 323 215 276
Decimal 211 141 190
Hex D3 8D BE

RGB Percentages of Color #d38dbe

%38.93
%26.01
%35.06

CMYK Percentages of Color #d38dbe

%0
%33
%10
%17

Triadic Colors of #d38dbe

#d38dbe #bed38d #8dbed3

Analogous Colors of #d38dbe

#d38dbe #d38d9b #c58dd3

Monochromatic Colors of #d38dbe

#d38dbe

Complementary Color

#d38dbe #8dd3a2

#d38dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38dbe Color CSS Codes

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

#d38dbe Text Font Color

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

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


#d38dbe Background Color

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

This div background color is #d38dbe


#d38dbe Border Color

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

This div border color is #d38dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38dbe


Comments

No comments written yet.

Please login to write comment.