Color Hex Logo

#d18cdc Color Hex

#D18CDC
(209,140,220)
0 Favorites   0 Comments

Color spaces of #d18cdc

RGB 209140220
HSL0.810.530.71
HSV292°36°86°
CMYK 0.050.360.00   0.14
XYZ48.590837.478872.3833
Yxy37.47880.30670.2365
Hunter Lab61.219934.5421-27.2475
CIE-Lab67.634739.3047-30.3534

#d18cdc color RGB value is (209,140,220).

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

The process color (four color CMYK) of #d18cdc color hex is 0.05, 0.36, 0.00, 0.14. Web safe color of #d18cdc is #cc99cc. Color #d18cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11011100
Octal 321 214 334
Decimal 209 140 220
Hex D1 8C DC

RGB Percentages of Color #d18cdc

%36.73
%24.60
%38.66

CMYK Percentages of Color #d18cdc

%5
%36
%0
%14

Triadic Colors of #d18cdc

#d18cdc #dcd18c #8cdcd1

Analogous Colors of #d18cdc

#d18cdc #dc8cbf #a98cdc

Monochromatic Colors of #d18cdc

#d18cdc

Complementary Color

#d18cdc #97dc8c

#d18cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cdc Color CSS Codes

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

#d18cdc Text Font Color

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

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


#d18cdc Background Color

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

This div background color is #d18cdc


#d18cdc Border Color

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

This div border color is #d18cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cdc


Comments

No comments written yet.

Please login to write comment.