Color Hex Logo

#d19fdf Color Hex

#D19FDF
(209,159,223)
0 Favorites   0 Comments

Color spaces of #d19fdf

RGB 209159223
HSL0.800.500.75
HSV287°29°87°
CMYK 0.060.290.00   0.13
XYZ52.011943.679375.5017
Yxy43.67930.30380.2551
Hunter Lab66.090324.8183-21.4698
CIE-Lab72.013629.6009-25.2750

#d19fdf color RGB value is (209,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011111 11011111
Octal 321 237 337
Decimal 209 159 223
Hex D1 9F DF

RGB Percentages of Color #d19fdf

%35.36
%26.90
%37.73

CMYK Percentages of Color #d19fdf

%6
%29
%0
%13

Triadic Colors of #d19fdf

#d19fdf #dfd19f #9fdfd1

Analogous Colors of #d19fdf

#d19fdf #df9fcd #b19fdf

Monochromatic Colors of #d19fdf

#d19fdf

Complementary Color

#d19fdf #addf9f

#d19fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19fdf Color CSS Codes

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

#d19fdf Text Font Color

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

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


#d19fdf Background Color

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

This div background color is #d19fdf


#d19fdf Border Color

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

This div border color is #d19fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19fdf


Comments

No comments written yet.

Please login to write comment.