Color Hex Logo

#d19bdc Color Hex

#D19BDC
(209,155,220)
0 Favorites   0 Comments

Color spaces of #d19bdc

RGB 209155220
HSL0.810.480.74
HSV290°30°86°
CMYK 0.050.300.00   0.14
XYZ50.934142.165373.1643
Yxy42.16530.30630.2536
Hunter Lab64.934826.3774-21.3497
CIE-Lab70.984731.1911-25.2030

#d19bdc color RGB value is (209,155,220).

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

The process color (four color CMYK) of #d19bdc color hex is 0.05, 0.30, 0.00, 0.14. Web safe color of #d19bdc is #cc99cc. Color #d19bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011011 11011100
Octal 321 233 334
Decimal 209 155 220
Hex D1 9B DC

RGB Percentages of Color #d19bdc

%35.79
%26.54
%37.67

CMYK Percentages of Color #d19bdc

%5
%30
%0
%14

Triadic Colors of #d19bdc

#d19bdc #dcd19b #9bdcd1

Analogous Colors of #d19bdc

#d19bdc #dc9bc7 #b19bdc

Monochromatic Colors of #d19bdc

#d19bdc

Complementary Color

#d19bdc #a6dc9b

#d19bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19bdc Color CSS Codes

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

#d19bdc Text Font Color

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

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


#d19bdc Background Color

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

This div background color is #d19bdc


#d19bdc Border Color

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

This div border color is #d19bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19bdc

#d19bdc Color Palettes


Comments

No comments written yet.

Please login to write comment.