Color Hex Logo

#d444db Color Hex

#D444DB
(212,68,219)
0 Favorites   0 Comments

Color spaces of #d444db

RGB 21268219
HSL0.830.680.56
HSV297°69°86°
CMYK 0.030.690.00   0.14
XYZ42.004723.245869.2908
Yxy23.24580.31220.1728
Hunter Lab48.213971.1377-51.4591
CIE-Lab55.324673.4185-49.0556

#d444db color RGB value is (212,68,219).

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

The process color (four color CMYK) of #d444db color hex is 0.03, 0.69, 0.00, 0.14. Web safe color of #d444db is #cc33cc. Color #d444db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000100 11011011
Octal 324 104 333
Decimal 212 68 219
Hex D4 44 DB

RGB Percentages of Color #d444db

%42.48
%13.63
%43.89

CMYK Percentages of Color #d444db

%3
%69
%0
%14

Triadic Colors of #d444db

#d444db #dbd444 #44dbd4

Analogous Colors of #d444db

#d444db #db4497 #8944db

Monochromatic Colors of #d444db

#d444db

Complementary Color

#d444db #4bdb44

#d444db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d444db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d444db Color CSS Codes

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

#d444db Text Font Color

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

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


#d444db Background Color

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

This div background color is #d444db


#d444db Border Color

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

This div border color is #d444db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d444db


Comments

No comments written yet.

Please login to write comment.