Color Hex Logo

#d409db Color Hex

#D409DB
(212,9,219)
0 Favorites   0 Comments

Color spaces of #d409db

RGB 2129219
HSL0.830.920.45
HSV298°96°86°
CMYK 0.030.960.00   0.14
XYZ40.035219.306968.6343
Yxy19.30690.31280.1509
Hunter Lab43.939685.7444-61.8541
CIE-Lab51.044385.8200-55.8903

#d409db color RGB value is (212,9,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00001001 11011011
Octal 324 11 333
Decimal 212 9 219
Hex D4 9 DB

RGB Percentages of Color #d409db

%48.18
%2.05
%49.77

CMYK Percentages of Color #d409db

%3
%96
%0
%14

Triadic Colors of #d409db

#d409db #dbd409 #09dbd4

Analogous Colors of #d409db

#d409db #db0979 #6b09db

Monochromatic Colors of #d409db

#d409db

Complementary Color

#d409db #10db09

#d409db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d409db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d409db Color CSS Codes

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

#d409db Text Font Color

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

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


#d409db Background Color

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

This div background color is #d409db


#d409db Border Color

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

This div border color is #d409db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d409db


Comments

No comments written yet.

Please login to write comment.