Color Hex Logo

#d18eed Color Hex

#D18EED
(209,142,237)
0 Favorites   0 Comments

Color spaces of #d18eed

RGB 209142237
HSL0.780.730.74
HSV282°40°93°
CMYK 0.120.400.00   0.07
XYZ51.253639.015784.9502
Yxy39.01570.29250.2227
Hunter Lab62.462537.1586-36.9117
CIE-Lab68.762641.6166-37.9763

#d18eed color RGB value is (209,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001110 11101101
Octal 321 216 355
Decimal 209 142 237
Hex D1 8E ED

RGB Percentages of Color #d18eed

%35.54
%24.15
%40.31

CMYK Percentages of Color #d18eed

%12
%40
%0
%7

Triadic Colors of #d18eed

#d18eed #edd18e #8eedd1

Analogous Colors of #d18eed

#d18eed #ed8eda #a28eed

Monochromatic Colors of #d18eed

#d18eed

Complementary Color

#d18eed #aaed8e

#d18eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18eed Color CSS Codes

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

#d18eed Text Font Color

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

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


#d18eed Background Color

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

This div background color is #d18eed


#d18eed Border Color

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

This div border color is #d18eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18eed


Comments

No comments written yet.

Please login to write comment.