Color Hex Logo

#d919dc Color Hex

#D919DC
(217,25,220)
0 Favorites   0 Comments

Color spaces of #d919dc

RGB 21725220
HSL0.830.800.48
HSV299°89°86°
CMYK 0.010.890.00   0.14
XYZ41.881220.614369.4817
Yxy20.61430.31730.1562
Hunter Lab45.403085.1991-58.9514
CIE-Lab52.524885.1133-54.0408

#d919dc color RGB value is (217,25,220).

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

The process color (four color CMYK) of #d919dc color hex is 0.01, 0.89, 0.00, 0.14. Web safe color of #d919dc is #cc00cc. Color #d919dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011001 11011100
Octal 331 31 334
Decimal 217 25 220
Hex D9 19 DC

RGB Percentages of Color #d919dc

%46.97
%5.41
%47.62

CMYK Percentages of Color #d919dc

%1
%89
%0
%14

Triadic Colors of #d919dc

#d919dc #dcd919 #19dcd9

Analogous Colors of #d919dc

#d919dc #dc197e #7819dc

Monochromatic Colors of #d919dc

#d919dc

Complementary Color

#d919dc #1cdc19

#d919dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d919dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d919dc Color CSS Codes

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

#d919dc Text Font Color

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

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


#d919dc Background Color

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

This div background color is #d919dc


#d919dc Border Color

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

This div border color is #d919dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d919dc


Comments

No comments written yet.

Please login to write comment.