Color Hex Logo

#d419dd Color Hex

#D419DD
(212,25,221)
0 Favorites   0 Comments

Color spaces of #d419dd

RGB 21225221
HSL0.830.800.48
HSV297°89°87°
CMYK 0.040.890.00   0.13
XYZ40.550219.912870.1129
Yxy19.91280.31050.1525
Hunter Lab44.623884.1137-61.9199
CIE-Lab51.738584.4284-55.9163

#d419dd color RGB value is (212,25,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011001 11011101
Octal 324 31 335
Decimal 212 25 221
Hex D4 19 DD

RGB Percentages of Color #d419dd

%46.29
%5.46
%48.25

CMYK Percentages of Color #d419dd

%4
%89
%0
%13

Triadic Colors of #d419dd

#d419dd #ddd419 #19ddd4

Analogous Colors of #d419dd

#d419dd #dd1984 #7219dd

Monochromatic Colors of #d419dd

#d419dd

Complementary Color

#d419dd #22dd19

#d419dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d419dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d419dd Color CSS Codes

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

#d419dd Text Font Color

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

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


#d419dd Background Color

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

This div background color is #d419dd


#d419dd Border Color

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

This div border color is #d419dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d419dd


Comments

No comments written yet.

Please login to write comment.