Color Hex Logo

#d19bdf Color Hex

#D19BDF
(209,155,223)
0 Favorites   0 Comments

Color spaces of #d19bdf

RGB 209155223
HSL0.800.520.74
HSV288°30°87°
CMYK 0.060.300.00   0.13
XYZ51.335142.325775.2761
Yxy42.32570.30390.2505
Hunter Lab65.058226.9961-23.0612
CIE-Lab71.094931.7793-26.6826

#d19bdf color RGB value is (209,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011011 11011111
Octal 321 233 337
Decimal 209 155 223
Hex D1 9B DF

RGB Percentages of Color #d19bdf

%35.60
%26.41
%37.99

CMYK Percentages of Color #d19bdf

%6
%30
%0
%13

Triadic Colors of #d19bdf

#d19bdf #dfd19b #9bdfd1

Analogous Colors of #d19bdf

#d19bdf #df9bcb #af9bdf

Monochromatic Colors of #d19bdf

#d19bdf

Complementary Color

#d19bdf #a9df9b

#d19bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19bdf Color CSS Codes

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

#d19bdf Text Font Color

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

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


#d19bdf Background Color

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

This div background color is #d19bdf


#d19bdf Border Color

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

This div border color is #d19bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,155,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 #d19bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19bdf


Comments

No comments written yet.

Please login to write comment.