Color Hex Logo

#d18cec Color Hex

#D18CEC
(209,140,236)
0 Favorites   0 Comments

Color spaces of #d18cec

RGB 209140236
HSL0.790.720.74
HSV283°41°93°
CMYK 0.110.410.00   0.07
XYZ50.812938.367684.0844
Yxy38.36760.29330.2214
Hunter Lab61.941638.0322-37.1258
CIE-Lab68.290742.4811-38.1624

#d18cec color RGB value is (209,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11101100
Octal 321 214 354
Decimal 209 140 236
Hex D1 8C EC

RGB Percentages of Color #d18cec

%35.73
%23.93
%40.34

CMYK Percentages of Color #d18cec

%11
%41
%0
%7

Triadic Colors of #d18cec

#d18cec #ecd18c #8cecd1

Analogous Colors of #d18cec

#d18cec #ec8cd7 #a18cec

Monochromatic Colors of #d18cec

#d18cec

Complementary Color

#d18cec #a7ec8c

#d18cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cec Color CSS Codes

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

#d18cec Text Font Color

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

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


#d18cec Background Color

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

This div background color is #d18cec


#d18cec Border Color

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

This div border color is #d18cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cec


Comments

No comments written yet.

Please login to write comment.