Color Hex Logo

#d18eeb Color Hex

#D18EEB
(209,142,235)
0 Favorites   0 Comments

Color spaces of #d18eeb

RGB 209142235
HSL0.790.700.74
HSV283°40°92°
CMYK 0.110.400.00   0.08
XYZ50.962938.899583.4196
Yxy38.89950.29410.2245
Hunter Lab62.369536.7081-35.6422
CIE-Lab68.678441.2087-37.0090

#d18eeb color RGB value is (209,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001110 11101011
Octal 321 216 353
Decimal 209 142 235
Hex D1 8E EB

RGB Percentages of Color #d18eeb

%35.67
%24.23
%40.10

CMYK Percentages of Color #d18eeb

%11
%40
%0
%8

Triadic Colors of #d18eeb

#d18eeb #ebd18e #8eebd1

Analogous Colors of #d18eeb

#d18eeb #eb8ed7 #a38eeb

Monochromatic Colors of #d18eeb

#d18eeb

Complementary Color

#d18eeb #a8eb8e

#d18eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18eeb Color CSS Codes

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

#d18eeb Text Font Color

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

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


#d18eeb Background Color

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

This div background color is #d18eeb


#d18eeb Border Color

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

This div border color is #d18eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18eeb


Comments

No comments written yet.

Please login to write comment.