Color Hex Logo

#d409dc Color Hex

#D409DC
(212,9,220)
0 Favorites   0 Comments

Color spaces of #d409dc

RGB 2129220
HSL0.830.920.45
HSV298°96°86°
CMYK 0.040.960.00   0.14
XYZ40.167319.359769.3299
Yxy19.35970.31170.1502
Hunter Lab43.999785.9533-62.6230
CIE-Lab51.105485.9686-56.3624

#d409dc color RGB value is (212,9,220).

#d409dc hex color red value is 212, green value is 9 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d409dc hue: 0.83 , saturation: 0.92 and the lightness value of d409dc is 0.45.

The process color (four color CMYK) of #d409dc color hex is 0.04, 0.96, 0.00, 0.14. Web safe color of #d409dc is #cc00cc. Color #d409dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00001001 11011100
Octal 324 11 334
Decimal 212 9 220
Hex D4 9 DC

RGB Percentages of Color #d409dc

%48.07
%2.04
%49.89

CMYK Percentages of Color #d409dc

%4
%96
%0
%14

Triadic Colors of #d409dc

#d409dc #dcd409 #09dcd4

Analogous Colors of #d409dc

#d409dc #dc097b #6b09dc

Monochromatic Colors of #d409dc

#d409dc

Complementary Color

#d409dc #11dc09

#d409dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d409dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d409dc Color CSS Codes

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

#d409dc Text Font Color

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

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


#d409dc Background Color

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

This div background color is #d409dc


#d409dc Border Color

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

This div border color is #d409dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d409dc


Comments

No comments written yet.

Please login to write comment.