Color Hex Logo

#d18cfe Color Hex

#D18CFE
(209,140,254)
0 Favorites   0 Comments

Color spaces of #d18cfe

RGB 209140254
HSL0.770.980.77
HSV276°45°100°
CMYK 0.180.450.00   0.00
XYZ53.562039.467298.5608
Yxy39.46720.27960.2060
Hunter Lab62.822942.2466-49.0421
CIE-Lab69.088346.2330-46.7649

#d18cfe color RGB value is (209,140,254).

#d18cfe hex color red value is 209, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d18cfe hue: 0.77 , saturation: 0.98 and the lightness value of d18cfe is 0.77.

The process color (four color CMYK) of #d18cfe color hex is 0.18, 0.45, 0.00, 0.00. Web safe color of #d18cfe is #cc99ff. Color #d18cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11111110
Octal 321 214 376
Decimal 209 140 254
Hex D1 8C FE

RGB Percentages of Color #d18cfe

%34.66
%23.22
%42.12

CMYK Percentages of Color #d18cfe

%18
%45
%0
%0

Triadic Colors of #d18cfe

#d18cfe #fed18c #8cfed1

Analogous Colors of #d18cfe

#d18cfe #fe8cf2 #988cfe

Monochromatic Colors of #d18cfe

#d18cfe

Complementary Color

#d18cfe #b9fe8c

#d18cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cfe Color CSS Codes

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

#d18cfe Text Font Color

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

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


#d18cfe Background Color

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

This div background color is #d18cfe


#d18cfe Border Color

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

This div border color is #d18cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.