color codes Logo

#d38dbb color codes

#D38DBB
(211,141,187)
0 Favorites   0 Comments

Color spaces of #d38dbb

RGB 211141187
HSL0.890.440.69
HSV321°33°83°
CMYK 0.000.330.11   0.17
XYZ45.358536.486551.6657
Yxy36.48650.33970.2733
Hunter Lab60.404128.3318-8.4300
CIE-Lab66.890033.4456-13.0813

#d38dbb color RGB value is (211,141,187).

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

The process color (four color CMYK) of #d38dbb color code is 0.00, 0.33, 0.11, 0.17. Web safe color of #d38dbb is #cc99cc. Color #d38dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001101 10111011
Octal 323 215 273
Decimal 211 141 187
Hex D3 8D BB

RGB Percentages of Color #d38dbb

%39.15
%26.16
%34.69

CMYK Percentages of Color #d38dbb

%0
%33
%11
%17

Triadic Colors of #d38dbb

#d38dbb #bbd38d #8dbbd3

Analogous Colors of #d38dbb

#d38dbb #d38d98 #c88dd3

Monochromatic Colors of #d38dbb

#d38dbb

Complementary Color

#d38dbb #8dd3a5

#d38dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38dbb Color CSS Codes

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

#d38dbb Text Font Color

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

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


#d38dbb Background Color

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

This div background color is #d38dbb


#d38dbb Border Color

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

This div border color is #d38dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38dbb


Comments

No comments written yet.

Please login to write comment.