Color Hex Logo

#d38eed Color Hex

#D38EED
(211,142,237)
0 Favorites   0 Comments

Color spaces of #d38eed

RGB 211142237
HSL0.790.730.74
HSV284°40°93°
CMYK 0.110.400.00   0.07
XYZ51.823039.309384.9768
Yxy39.30930.29430.2232
Hunter Lab62.697137.8212-36.4709
CIE-Lab68.974742.2039-37.6299

#d38eed color RGB value is (211,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001110 11101101
Octal 323 216 355
Decimal 211 142 237
Hex D3 8E ED

RGB Percentages of Color #d38eed

%35.76
%24.07
%40.17

CMYK Percentages of Color #d38eed

%11
%40
%0
%7

Triadic Colors of #d38eed

#d38eed #edd38e #8eedd3

Analogous Colors of #d38eed

#d38eed #ed8ed8 #a48eed

Monochromatic Colors of #d38eed

#d38eed

Complementary Color

#d38eed #a8ed8e

#d38eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38eed Color CSS Codes

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

#d38eed Text Font Color

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

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


#d38eed Background Color

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

This div background color is #d38eed


#d38eed Border Color

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

This div border color is #d38eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38eed

#d38eed Color Palettes


Comments

No comments written yet.

Please login to write comment.