Color Hex Logo

#d18cee Color Hex

#D18CEE
(209,140,238)
0 Favorites   0 Comments

Color spaces of #d18cee

RGB 209140238
HSL0.780.740.74
HSV282°41°93°
CMYK 0.120.410.00   0.07
XYZ51.105238.484585.6236
Yxy38.48450.29170.2196
Hunter Lab62.035938.4856-38.4086
CIE-Lab68.376242.8891-39.1278

#d18cee color RGB value is (209,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11101110
Octal 321 214 356
Decimal 209 140 238
Hex D1 8C EE

RGB Percentages of Color #d18cee

%35.60
%23.85
%40.55

CMYK Percentages of Color #d18cee

%12
%41
%0
%7

Triadic Colors of #d18cee

#d18cee #eed18c #8ceed1

Analogous Colors of #d18cee

#d18cee #ee8cda #a08cee

Monochromatic Colors of #d18cee

#d18cee

Complementary Color

#d18cee #a9ee8c

#d18cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cee Color CSS Codes

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

#d18cee Text Font Color

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

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


#d18cee Background Color

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

This div background color is #d18cee


#d18cee Border Color

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

This div border color is #d18cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cee


Comments

No comments written yet.

Please login to write comment.