Color Hex Logo

#d219dc Color Hex

#D219DC
(210,25,220)
0 Favorites   0 Comments

Color spaces of #d219dc

RGB 21025220
HSL0.820.800.48
HSV297°89°86°
CMYK 0.050.890.00   0.14
XYZ39.844219.564269.3864
Yxy19.56420.30940.1519
Hunter Lab44.231483.3899-62.0469
CIE-Lab51.340983.9449-56.0032

#d219dc color RGB value is (210,25,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011001 11011100
Octal 322 31 334
Decimal 210 25 220
Hex D2 19 DC

RGB Percentages of Color #d219dc

%46.15
%5.49
%48.35

CMYK Percentages of Color #d219dc

%5
%89
%0
%14

Triadic Colors of #d219dc

#d219dc #dcd219 #19dcd2

Analogous Colors of #d219dc

#d219dc #dc1985 #7119dc

Monochromatic Colors of #d219dc

#d219dc

Complementary Color

#d219dc #23dc19

#d219dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d219dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d219dc Color CSS Codes

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

#d219dc Text Font Color

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

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


#d219dc Background Color

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

This div background color is #d219dc


#d219dc Border Color

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

This div border color is #d219dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d219dc


Comments

No comments written yet.

Please login to write comment.