Color Hex Logo

#d18deb Color Hex

#D18DEB
(209,141,235)
0 Favorites   0 Comments

Color spaces of #d18deb

RGB 209141235
HSL0.790.700.74
HSV283°40°92°
CMYK 0.110.400.00   0.08
XYZ50.814838.603283.3702
Yxy38.60320.29410.2234
Hunter Lab62.131537.2578-36.0654
CIE-Lab68.462941.7440-37.3445

#d18deb color RGB value is (209,141,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001101 11101011
Octal 321 215 353
Decimal 209 141 235
Hex D1 8D EB

RGB Percentages of Color #d18deb

%35.73
%24.10
%40.17

CMYK Percentages of Color #d18deb

%11
%40
%0
%8

Triadic Colors of #d18deb

#d18deb #ebd18d #8debd1

Analogous Colors of #d18deb

#d18deb #eb8dd6 #a28deb

Monochromatic Colors of #d18deb

#d18deb

Complementary Color

#d18deb #a7eb8d

#d18deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18deb Color CSS Codes

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

#d18deb Text Font Color

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

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


#d18deb Background Color

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

This div background color is #d18deb


#d18deb Border Color

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

This div border color is #d18deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18deb


Comments

No comments written yet.

Please login to write comment.