Color Hex Logo

#d19ecc Color Hex

#D19ECC
(209,158,204)
0 Favorites   0 Comments

Color spaces of #d19ecc

RGB 209158204
HSL0.850.360.72
HSV306°24°82°
CMYK 0.000.240.02   0.18
XYZ49.420442.368762.7000
Yxy42.36870.31990.2743
Hunter Lab65.091221.6161-11.5480
CIE-Lab71.124426.5255-16.1776

#d19ecc color RGB value is (209,158,204).

#d19ecc hex color red value is 209, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d19ecc hue: 0.85 , saturation: 0.36 and the lightness value of d19ecc is 0.72.

The process color (four color CMYK) of #d19ecc color hex is 0.00, 0.24, 0.02, 0.18. Web safe color of #d19ecc is #cc99cc. Color #d19ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011110 11001100
Octal 321 236 314
Decimal 209 158 204
Hex D1 9E CC

RGB Percentages of Color #d19ecc

%36.60
%27.67
%35.73

CMYK Percentages of Color #d19ecc

%0
%24
%2
%18

Triadic Colors of #d19ecc

#d19ecc #ccd19e #9eccd1

Analogous Colors of #d19ecc

#d19ecc #d19eb3 #bd9ed1

Monochromatic Colors of #d19ecc

#d19ecc

Complementary Color

#d19ecc #9ed1a3

#d19ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19ecc Color CSS Codes

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

#d19ecc Text Font Color

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

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


#d19ecc Background Color

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

This div background color is #d19ecc


#d19ecc Border Color

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

This div border color is #d19ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19ecc


Comments

No comments written yet.

Please login to write comment.