Color Hex Logo

#d19cbe Color Hex

#D19CBE
(209,156,190)
0 Favorites   0 Comments

Color spaces of #d19cbe

RGB 209156190
HSL0.890.370.72
HSV322°25°82°
CMYK 0.000.250.09   0.18
XYZ47.477241.049954.1363
Yxy41.04990.33280.2877
Hunter Lab64.070220.1490-5.2481
CIE-Lab70.210925.1228-9.8035

#d19cbe color RGB value is (209,156,190).

#d19cbe hex color red value is 209, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d19cbe hue: 0.89 , saturation: 0.37 and the lightness value of d19cbe is 0.72.

The process color (four color CMYK) of #d19cbe color hex is 0.00, 0.25, 0.09, 0.18. Web safe color of #d19cbe is #cc99cc. Color #d19cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011100 10111110
Octal 321 234 276
Decimal 209 156 190
Hex D1 9C BE

RGB Percentages of Color #d19cbe

%37.66
%28.11
%34.23

CMYK Percentages of Color #d19cbe

%0
%25
%9
%18

Triadic Colors of #d19cbe

#d19cbe #bed19c #9cbed1

Analogous Colors of #d19cbe

#d19cbe #d19ca4 #ca9cd1

Monochromatic Colors of #d19cbe

#d19cbe

Complementary Color

#d19cbe #9cd1af

#d19cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19cbe Color CSS Codes

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

#d19cbe Text Font Color

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

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


#d19cbe Background Color

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

This div background color is #d19cbe


#d19cbe Border Color

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

This div border color is #d19cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19cbe


Comments

No comments written yet.

Please login to write comment.