Color Hex Logo

#d19bbb Color Hex

#D19BBB
(209,155,187)
0 Favorites   0 Comments

Color spaces of #d19bbb

RGB 209155187
HSL0.900.370.71
HSV324°26°82°
CMYK 0.000.260.11   0.18
XYZ46.985540.585952.3712
Yxy40.58590.33570.2900
Hunter Lab63.707120.1607-4.1452
CIE-Lab69.884825.1539-8.6246

#d19bbb color RGB value is (209,155,187).

#d19bbb hex color red value is 209, green value is 155 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d19bbb hue: 0.90 , saturation: 0.37 and the lightness value of d19bbb is 0.71.

The process color (four color CMYK) of #d19bbb color hex is 0.00, 0.26, 0.11, 0.18. Web safe color of #d19bbb is #cc99cc. Color #d19bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011011 10111011
Octal 321 233 273
Decimal 209 155 187
Hex D1 9B BB

RGB Percentages of Color #d19bbb

%37.93
%28.13
%33.94

CMYK Percentages of Color #d19bbb

%0
%26
%11
%18

Triadic Colors of #d19bbb

#d19bbb #bbd19b #9bbbd1

Analogous Colors of #d19bbb

#d19bbb #d19ba0 #cc9bd1

Monochromatic Colors of #d19bbb

#d19bbb

Complementary Color

#d19bbb #9bd1b1

#d19bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19bbb Color CSS Codes

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

#d19bbb Text Font Color

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

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


#d19bbb Background Color

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

This div background color is #d19bbb


#d19bbb Border Color

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

This div border color is #d19bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19bbb


Comments

No comments written yet.

Please login to write comment.