Color Hex Logo

#d19cbf Color Hex

#D19CBF
(209,156,191)
0 Favorites   0 Comments

Color spaces of #d19cbf

RGB 209156191
HSL0.890.370.72
HSV320°25°82°
CMYK 0.000.250.09   0.18
XYZ47.586941.093854.7140
Yxy41.09380.33190.2866
Hunter Lab64.104420.3238-5.7317
CIE-Lab70.241625.2957-10.3121

#d19cbf color RGB value is (209,156,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011100 10111111
Octal 321 234 277
Decimal 209 156 191
Hex D1 9C BF

RGB Percentages of Color #d19cbf

%37.59
%28.06
%34.35

CMYK Percentages of Color #d19cbf

%0
%25
%9
%18

Triadic Colors of #d19cbf

#d19cbf #bfd19c #9cbfd1

Analogous Colors of #d19cbf

#d19cbf #d19ca5 #c99cd1

Monochromatic Colors of #d19cbf

#d19cbf

Complementary Color

#d19cbf #9cd1ae

#d19cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19cbf Color CSS Codes

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

#d19cbf Text Font Color

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

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


#d19cbf Background Color

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

This div background color is #d19cbf


#d19cbf Border Color

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

This div border color is #d19cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19cbf


Comments

No comments written yet.

Please login to write comment.