Color Hex Logo

#d18fec Color Hex

#D18FEC
(209,143,236)
0 Favorites   0 Comments

Color spaces of #d18fec

RGB 209143236
HSL0.780.710.74
HSV283°39°93°
CMYK 0.110.390.00   0.07
XYZ51.257339.256484.2326
Yxy39.25640.29330.2246
Hunter Lab62.654936.3827-35.8504
CIE-Lab68.936640.8766-37.1565

#d18fec color RGB value is (209,143,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001111 11101100
Octal 321 217 354
Decimal 209 143 236
Hex D1 8F EC

RGB Percentages of Color #d18fec

%35.54
%24.32
%40.14

CMYK Percentages of Color #d18fec

%11
%39
%0
%7

Triadic Colors of #d18fec

#d18fec #ecd18f #8fecd1

Analogous Colors of #d18fec

#d18fec #ec8fd9 #a38fec

Monochromatic Colors of #d18fec

#d18fec

Complementary Color

#d18fec #aaec8f

#d18fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18fec Color CSS Codes

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

#d18fec Text Font Color

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

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


#d18fec Background Color

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

This div background color is #d18fec


#d18fec Border Color

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

This div border color is #d18fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,143,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 #d18fec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18fec


Comments

No comments written yet.

Please login to write comment.