Color Hex Logo

#d18ddb Color Hex

#D18DDB
(209,141,219)
0 Favorites   0 Comments

Color spaces of #d18ddb

RGB 209141219
HSL0.810.520.71
HSV292°36°86°
CMYK 0.050.360.00   0.14
XYZ48.605637.719571.7366
Yxy37.71950.30750.2386
Hunter Lab61.416233.7889-26.2618
CIE-Lab67.813438.5752-29.5240

#d18ddb color RGB value is (209,141,219).

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

The process color (four color CMYK) of #d18ddb color hex is 0.05, 0.36, 0.00, 0.14. Web safe color of #d18ddb is #cc99cc. Color #d18ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001101 11011011
Octal 321 215 333
Decimal 209 141 219
Hex D1 8D DB

RGB Percentages of Color #d18ddb

%36.73
%24.78
%38.49

CMYK Percentages of Color #d18ddb

%5
%36
%0
%14

Triadic Colors of #d18ddb

#d18ddb #dbd18d #8ddbd1

Analogous Colors of #d18ddb

#d18ddb #db8dbe #aa8ddb

Monochromatic Colors of #d18ddb

#d18ddb

Complementary Color

#d18ddb #97db8d

#d18ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18ddb Color CSS Codes

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

#d18ddb Text Font Color

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

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


#d18ddb Background Color

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

This div background color is #d18ddb


#d18ddb Border Color

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

This div border color is #d18ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18ddb


Comments

No comments written yet.

Please login to write comment.