Color Hex Logo

#d18cdd Color Hex

#D18CDD
(209,140,221)
0 Favorites   0 Comments

Color spaces of #d18cdd

RGB 209140221
HSL0.810.540.71
HSV291°37°87°
CMYK 0.050.370.00   0.13
XYZ48.723737.531973.0830
Yxy37.53190.30580.2355
Hunter Lab61.263334.7532-27.8447
CIE-Lab67.674239.4987-30.8460

#d18cdd color RGB value is (209,140,221).

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

The process color (four color CMYK) of #d18cdd color hex is 0.05, 0.37, 0.00, 0.13. Web safe color of #d18cdd is #cc99cc. Color #d18cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11011101
Octal 321 214 335
Decimal 209 140 221
Hex D1 8C DD

RGB Percentages of Color #d18cdd

%36.67
%24.56
%38.77

CMYK Percentages of Color #d18cdd

%5
%37
%0
%13

Triadic Colors of #d18cdd

#d18cdd #ddd18c #8cddd1

Analogous Colors of #d18cdd

#d18cdd #dd8cc1 #a98cdd

Monochromatic Colors of #d18cdd

#d18cdd

Complementary Color

#d18cdd #98dd8c

#d18cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cdd Color CSS Codes

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

#d18cdd Text Font Color

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

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


#d18cdd Background Color

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

This div background color is #d18cdd


#d18cdd Border Color

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

This div border color is #d18cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cdd


Comments

No comments written yet.

Please login to write comment.