Color Hex Logo

#d18cfc Color Hex

#D18CFC
(209,140,252)
0 Favorites   0 Comments

Color spaces of #d18cfc

RGB 209140252
HSL0.770.950.77
HSV277°44°99°
CMYK 0.170.440.00   0.01
XYZ53.243339.339896.8826
Yxy39.33980.28100.2076
Hunter Lab62.721441.7635-47.6772
CIE-Lab68.996745.8073-45.8186

#d18cfc color RGB value is (209,140,252).

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

The process color (four color CMYK) of #d18cfc color hex is 0.17, 0.44, 0.00, 0.01. Web safe color of #d18cfc is #cc99ff. Color #d18cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11111100
Octal 321 214 374
Decimal 209 140 252
Hex D1 8C FC

RGB Percentages of Color #d18cfc

%34.78
%23.29
%41.93

CMYK Percentages of Color #d18cfc

%17
%44
%0
%1

Triadic Colors of #d18cfc

#d18cfc #fcd18c #8cfcd1

Analogous Colors of #d18cfc

#d18cfc #fc8cef #998cfc

Monochromatic Colors of #d18cfc

#d18cfc

Complementary Color

#d18cfc #b7fc8c

#d18cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18cfc Color CSS Codes

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

#d18cfc Text Font Color

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

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


#d18cfc Background Color

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

This div background color is #d18cfc


#d18cfc Border Color

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

This div border color is #d18cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.