Color Hex Logo

#d919df Color Hex

#D919DF
(217,25,223)
0 Favorites   0 Comments

Color spaces of #d919df

RGB 21725223
HSL0.830.800.49
HSV298°89°87°
CMYK 0.030.890.00   0.13
XYZ42.282220.774771.5934
Yxy20.77470.31400.1543
Hunter Lab45.579385.8241-61.2240
CIE-Lab52.702085.5596-55.4621

#d919df color RGB value is (217,25,223).

#d919df hex color red value is 217, green value is 25 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d919df hue: 0.83 , saturation: 0.80 and the lightness value of d919df is 0.49.

The process color (four color CMYK) of #d919df color hex is 0.03, 0.89, 0.00, 0.13. Web safe color of #d919df is #cc00cc. Color #d919df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011001 11011111
Octal 331 31 337
Decimal 217 25 223
Hex D9 19 DF

RGB Percentages of Color #d919df

%46.67
%5.38
%47.96

CMYK Percentages of Color #d919df

%3
%89
%0
%13

Triadic Colors of #d919df

#d919df #dfd919 #19dfd9

Analogous Colors of #d919df

#d919df #df1982 #7619df

Monochromatic Colors of #d919df

#d919df

Complementary Color

#d919df #1fdf19

#d919df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d919df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d919df Color CSS Codes

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

#d919df Text Font Color

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

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


#d919df Background Color

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

This div background color is #d919df


#d919df Border Color

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

This div border color is #d919df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,25,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d919df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d919df;
  -webkit-box-shadow: 1px 1px 3px 2px #d919df;
  box-shadow:         1px 1px 3px 2px #d919df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,25,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d919df


Comments

No comments written yet.

Please login to write comment.