Color Hex Logo

#d19dec Color Hex

#D19DEC
(209,157,236)
0 Favorites   0 Comments

Color spaces of #d19dec

RGB 209157236
HSL0.780.680.77
HSV279°33°93°
CMYK 0.110.330.00   0.07
XYZ53.491843.725484.9774
Yxy43.72540.29360.2400
Hunter Lab66.125228.6780-29.9059
CIE-Lab72.044633.3101-32.3374

#d19dec color RGB value is (209,157,236).

#d19dec hex color red value is 209, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d19dec hue: 0.78 , saturation: 0.68 and the lightness value of d19dec is 0.77.

The process color (four color CMYK) of #d19dec color hex is 0.11, 0.33, 0.00, 0.07. Web safe color of #d19dec is #cc99ff. Color #d19dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011101 11101100
Octal 321 235 354
Decimal 209 157 236
Hex D1 9D EC

RGB Percentages of Color #d19dec

%34.72
%26.08
%39.20

CMYK Percentages of Color #d19dec

%11
%33
%0
%7

Triadic Colors of #d19dec

#d19dec #ecd19d #9decd1

Analogous Colors of #d19dec

#d19dec #ec9de0 #aa9dec

Monochromatic Colors of #d19dec

#d19dec

Complementary Color

#d19dec #b8ec9d

#d19dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19dec Color CSS Codes

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

#d19dec Text Font Color

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

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


#d19dec Background Color

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

This div background color is #d19dec


#d19dec Border Color

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

This div border color is #d19dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19dec


Comments

No comments written yet.

Please login to write comment.