Color Hex Logo

#d38dee Color Hex

#D38DEE
(211,141,238)
0 Favorites   0 Comments

Color spaces of #d38dee

RGB 211141238
HSL0.790.740.74
HSV283°41°93°
CMYK 0.110.410.00   0.07
XYZ51.821539.071785.6992
Yxy39.07170.29350.2213
Hunter Lab62.507438.5969-37.5330
CIE-Lab68.803242.9394-38.4460

#d38dee color RGB value is (211,141,238).

#d38dee hex color red value is 211, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d38dee hue: 0.79 , saturation: 0.74 and the lightness value of d38dee is 0.74.

The process color (four color CMYK) of #d38dee color hex is 0.11, 0.41, 0.00, 0.07. Web safe color of #d38dee is #cc99ff. Color #d38dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001101 11101110
Octal 323 215 356
Decimal 211 141 238
Hex D3 8D EE

RGB Percentages of Color #d38dee

%35.76
%23.90
%40.34

CMYK Percentages of Color #d38dee

%11
%41
%0
%7

Triadic Colors of #d38dee

#d38dee #eed38d #8deed3

Analogous Colors of #d38dee

#d38dee #ee8dd9 #a38dee

Monochromatic Colors of #d38dee

#d38dee

Complementary Color

#d38dee #a8ee8d

#d38dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38dee Color CSS Codes

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

#d38dee Text Font Color

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

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


#d38dee Background Color

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

This div background color is #d38dee


#d38dee Border Color

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

This div border color is #d38dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38dee


Comments

No comments written yet.

Please login to write comment.