Color Hex Logo

#d38edb Color Hex

#D38EDB
(211,142,219)
0 Favorites   0 Comments

Color spaces of #d38edb

RGB 211142219
HSL0.820.520.71
HSV294°35°86°
CMYK 0.040.350.00   0.14
XYZ49.323238.309471.8127
Yxy38.30940.30930.2403
Hunter Lab61.894633.9294-25.4645
CIE-Lab68.248038.6598-28.8361

#d38edb color RGB value is (211,142,219).

#d38edb hex color red value is 211, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d38edb hue: 0.82 , saturation: 0.52 and the lightness value of d38edb is 0.71.

The process color (four color CMYK) of #d38edb color hex is 0.04, 0.35, 0.00, 0.14. Web safe color of #d38edb is #cc99cc. Color #d38edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001110 11011011
Octal 323 216 333
Decimal 211 142 219
Hex D3 8E DB

RGB Percentages of Color #d38edb

%36.89
%24.83
%38.29

CMYK Percentages of Color #d38edb

%4
%35
%0
%14

Triadic Colors of #d38edb

#d38edb #dbd38e #8edbd3

Analogous Colors of #d38edb

#d38edb #db8ebd #ad8edb

Monochromatic Colors of #d38edb

#d38edb

Complementary Color

#d38edb #96db8e

#d38edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38edb Color CSS Codes

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

#d38edb Text Font Color

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

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


#d38edb Background Color

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

This div background color is #d38edb


#d38edb Border Color

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

This div border color is #d38edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38edb


Comments

No comments written yet.

Please login to write comment.