Color Hex Logo

#d38ddd Color Hex

#D38DDD
(211,141,221)
0 Favorites   0 Comments

Color spaces of #d38ddd

RGB 211141221
HSL0.810.540.71
HSV293°36°87°
CMYK 0.050.360.00   0.13
XYZ49.440038.119173.1586
Yxy38.11910.30760.2372
Hunter Lab61.740734.8911-27.0363
CIE-Lab68.108339.5790-30.1579

#d38ddd color RGB value is (211,141,221).

#d38ddd hex color red value is 211, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d38ddd hue: 0.81 , saturation: 0.54 and the lightness value of d38ddd is 0.71.

The process color (four color CMYK) of #d38ddd color hex is 0.05, 0.36, 0.00, 0.13. Web safe color of #d38ddd is #cc99cc. Color #d38ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001101 11011101
Octal 323 215 335
Decimal 211 141 221
Hex D3 8D DD

RGB Percentages of Color #d38ddd

%36.82
%24.61
%38.57

CMYK Percentages of Color #d38ddd

%5
%36
%0
%13

Triadic Colors of #d38ddd

#d38ddd #ddd38d #8dddd3

Analogous Colors of #d38ddd

#d38ddd #dd8dbf #ab8ddd

Monochromatic Colors of #d38ddd

#d38ddd

Complementary Color

#d38ddd #97dd8d

#d38ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38ddd Color CSS Codes

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

#d38ddd Text Font Color

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

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


#d38ddd Background Color

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

This div background color is #d38ddd


#d38ddd Border Color

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

This div border color is #d38ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38ddd


Comments

No comments written yet.

Please login to write comment.