Color Hex Logo

#d8c0fa Color Hex

#D8C0FA
(216,192,250)
0 Favorites   0 Comments

Color spaces of #d8c0fa

RGB 216192250
HSL0.740.850.87
HSV265°23°98°
CMYK 0.140.230.00   0.02
XYZ64.423959.200398.4738
Yxy59.20030.29010.2666
Hunter Lab76.941714.8114-22.0230
CIE-Lab81.401619.3763-25.4783

#d8c0fa color RGB value is (216,192,250).

#d8c0fa hex color red value is 216, green value is 192 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d8c0fa hue: 0.74 , saturation: 0.85 and the lightness value of d8c0fa is 0.87.

The process color (four color CMYK) of #d8c0fa color hex is 0.14, 0.23, 0.00, 0.02. Web safe color of #d8c0fa is #ccccff. Color #d8c0fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11000000 11111010
Octal 330 300 372
Decimal 216 192 250
Hex D8 C0 FA

RGB Percentages of Color #d8c0fa

%32.83
%29.18
%37.99

CMYK Percentages of Color #d8c0fa

%14
%23
%0
%2

Triadic Colors of #d8c0fa

#d8c0fa #fad8c0 #c0fad8

Analogous Colors of #d8c0fa

#d8c0fa #f5c0fa #c0c5fa

Monochromatic Colors of #d8c0fa

#d8c0fa

Complementary Color

#d8c0fa #e2fac0

#d8c0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8c0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8c0fa Color CSS Codes

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

#d8c0fa Text Font Color

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

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


#d8c0fa Background Color

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

This div background color is #d8c0fa


#d8c0fa Border Color

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

This div border color is #d8c0fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,192,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8c0fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8c0fa;
  -webkit-box-shadow: 1px 1px 3px 2px #d8c0fa;
  box-shadow:         1px 1px 3px 2px #d8c0fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,192,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8c0fa


Comments

No comments written yet.

Please login to write comment.