Color Hex Logo

#d19fec Color Hex

#D19FEC
(209,159,236)
0 Favorites   0 Comments

Color spaces of #d19fec

RGB 209159236
HSL0.770.670.77
HSV279°33°93°
CMYK 0.110.330.00   0.07
XYZ53.833044.407785.0911
Yxy44.40770.29360.2422
Hunter Lab66.639127.5790-29.0597
CIE-Lab72.500232.2222-31.6340

#d19fec color RGB value is (209,159,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011111 11101100
Octal 321 237 354
Decimal 209 159 236
Hex D1 9F EC

RGB Percentages of Color #d19fec

%34.60
%26.32
%39.07

CMYK Percentages of Color #d19fec

%11
%33
%0
%7

Triadic Colors of #d19fec

#d19fec #ecd19f #9fecd1

Analogous Colors of #d19fec

#d19fec #ec9fe1 #ab9fec

Monochromatic Colors of #d19fec

#d19fec

Complementary Color

#d19fec #baec9f

#d19fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19fec Color CSS Codes

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

#d19fec Text Font Color

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

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


#d19fec Background Color

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

This div background color is #d19fec


#d19fec Border Color

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

This div border color is #d19fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,159,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 #d19fec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19fec


Comments

No comments written yet.

Please login to write comment.