Color Hex Logo

#d38dcd Color Hex

#D38DCD
(211,141,205)
0 Favorites   0 Comments

Color spaces of #d38dcd

RGB 211141205
HSL0.850.440.69
HSV305°33°83°
CMYK 0.000.330.03   0.17
XYZ47.408337.306462.4598
Yxy37.30640.32210.2535
Hunter Lab61.079031.6600-17.8751
CIE-Lab67.506336.5885-22.2029

#d38dcd color RGB value is (211,141,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001101 11001101
Octal 323 215 315
Decimal 211 141 205
Hex D3 8D CD

RGB Percentages of Color #d38dcd

%37.88
%25.31
%36.80

CMYK Percentages of Color #d38dcd

%0
%33
%3
%17

Triadic Colors of #d38dcd

#d38dcd #cdd38d #8dcdd3

Analogous Colors of #d38dcd

#d38dcd #d38daa #b68dd3

Monochromatic Colors of #d38dcd

#d38dcd

Complementary Color

#d38dcd #8dd393

#d38dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38dcd Color CSS Codes

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

#d38dcd Text Font Color

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

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


#d38dcd Background Color

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

This div background color is #d38dcd


#d38dcd Border Color

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

This div border color is #d38dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38dcd


Comments

No comments written yet.

Please login to write comment.