Color Hex Logo

#d19fde Color Hex

#D19FDE
(209,159,222)
0 Favorites   0 Comments

Color spaces of #d19fde

RGB 209159222
HSL0.800.490.75
HSV288°28°87°
CMYK 0.060.280.00   0.13
XYZ51.877443.625574.7936
Yxy43.62550.30460.2562
Hunter Lab66.049624.6126-20.9044
CIE-Lab71.977529.4039-24.7822

#d19fde color RGB value is (209,159,222).

#d19fde hex color red value is 209, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d19fde hue: 0.80 , saturation: 0.49 and the lightness value of d19fde is 0.75.

The process color (four color CMYK) of #d19fde color hex is 0.06, 0.28, 0.00, 0.13. Web safe color of #d19fde is #cc99cc. Color #d19fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011111 11011110
Octal 321 237 336
Decimal 209 159 222
Hex D1 9F DE

RGB Percentages of Color #d19fde

%35.42
%26.95
%37.63

CMYK Percentages of Color #d19fde

%6
%28
%0
%13

Triadic Colors of #d19fde

#d19fde #ded19f #9fded1

Analogous Colors of #d19fde

#d19fde #de9fcc #b29fde

Monochromatic Colors of #d19fde

#d19fde

Complementary Color

#d19fde #acde9f

#d19fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19fde Color CSS Codes

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

#d19fde Text Font Color

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

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


#d19fde Background Color

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

This div background color is #d19fde


#d19fde Border Color

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

This div border color is #d19fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19fde


Comments

No comments written yet.

Please login to write comment.