Color Hex Logo

#d38cdd Color Hex

#D38CDD
(211,140,221)
0 Favorites   0 Comments

Color spaces of #d38cdd

RGB 211140221
HSL0.810.540.71
HSV293°37°87°
CMYK 0.050.370.00   0.13
XYZ49.293237.825573.1096
Yxy37.82550.30760.2361
Hunter Lab61.502435.4356-27.4279
CIE-Lab67.891840.1138-30.4920

#d38cdd color RGB value is (211,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001100 11011101
Octal 323 214 335
Decimal 211 140 221
Hex D3 8C DD

RGB Percentages of Color #d38cdd

%36.89
%24.48
%38.64

CMYK Percentages of Color #d38cdd

%5
%37
%0
%13

Triadic Colors of #d38cdd

#d38cdd #ddd38c #8cddd3

Analogous Colors of #d38cdd

#d38cdd #dd8cbf #ab8cdd

Monochromatic Colors of #d38cdd

#d38cdd

Complementary Color

#d38cdd #96dd8c

#d38cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38cdd Color CSS Codes

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

#d38cdd Text Font Color

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

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


#d38cdd Background Color

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

This div background color is #d38cdd


#d38cdd Border Color

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

This div border color is #d38cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,140,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 #d38cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38cdd


Comments

No comments written yet.

Please login to write comment.