Color Hex Logo

#d18cda Color Hex

#D18CDA
(209,140,218)
0 Favorites   0 Comments

Color spaces of #d18cda

RGB 209140218
HSL0.810.510.70
HSV293°36°85°
CMYK 0.040.360.00   0.15
XYZ48.327537.373470.9963
Yxy37.37340.30840.2385
Hunter Lab61.133834.1237-26.0614
CIE-Lab67.556238.9195-29.3666

#d18cda color RGB value is (209,140,218).

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

The process color (four color CMYK) of #d18cda color hex is 0.04, 0.36, 0.00, 0.15. Web safe color of #d18cda is #cc99cc. Color #d18cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11011010
Octal 321 214 332
Decimal 209 140 218
Hex D1 8C DA

RGB Percentages of Color #d18cda

%36.86
%24.69
%38.45

CMYK Percentages of Color #d18cda

%4
%36
%0
%15

Triadic Colors of #d18cda

#d18cda #dad18c #8cdad1

Analogous Colors of #d18cda

#d18cda #da8cbc #aa8cda

Monochromatic Colors of #d18cda

#d18cda

Complementary Color

#d18cda #95da8c

#d18cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cda Color CSS Codes

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

#d18cda Text Font Color

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

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


#d18cda Background Color

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

This div background color is #d18cda


#d18cda Border Color

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

This div border color is #d18cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cda


Comments

No comments written yet.

Please login to write comment.