Color Hex Logo

#d19fd4 Color Hex

#D19FD4
(209,159,212)
0 Favorites   0 Comments

Color spaces of #d19fd4

RGB 209159212
HSL0.820.380.73
HSV297°25°83°
CMYK 0.010.250.00   0.17
XYZ50.576343.105067.9418
Yxy43.10500.31290.2667
Hunter Lab65.654422.6107-15.3976
CIE-Lab71.626227.4731-19.8257

#d19fd4 color RGB value is (209,159,212).

#d19fd4 hex color red value is 209, green value is 159 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #d19fd4 hue: 0.82 , saturation: 0.38 and the lightness value of d19fd4 is 0.73.

The process color (four color CMYK) of #d19fd4 color hex is 0.01, 0.25, 0.00, 0.17. Web safe color of #d19fd4 is #cc99cc. Color #d19fd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011111 11010100
Octal 321 237 324
Decimal 209 159 212
Hex D1 9F D4

RGB Percentages of Color #d19fd4

%36.03
%27.41
%36.55

CMYK Percentages of Color #d19fd4

%1
%25
%0
%17

Triadic Colors of #d19fd4

#d19fd4 #d4d19f #9fd4d1

Analogous Colors of #d19fd4

#d19fd4 #d49fbd #b79fd4

Monochromatic Colors of #d19fd4

#d19fd4

Complementary Color

#d19fd4 #a2d49f

#d19fd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19fd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19fd4 Color CSS Codes

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

#d19fd4 Text Font Color

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

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


#d19fd4 Background Color

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

This div background color is #d19fd4


#d19fd4 Border Color

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

This div border color is #d19fd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19fd4


Comments

No comments written yet.

Please login to write comment.