Color Hex Logo

#d449db Color Hex

#D449DB
(212,73,219)
0 Favorites   0 Comments

Color spaces of #d449db

RGB 21273219
HSL0.830.670.57
HSV297°67°86°
CMYK 0.030.670.00   0.14
XYZ42.320123.876669.3960
Yxy23.87660.31210.1761
Hunter Lab48.863769.0847-49.9988
CIE-Lab55.964071.6133-48.0402

#d449db color RGB value is (212,73,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001001 11011011
Octal 324 111 333
Decimal 212 73 219
Hex D4 49 DB

RGB Percentages of Color #d449db

%42.06
%14.48
%43.45

CMYK Percentages of Color #d449db

%3
%67
%0
%14

Triadic Colors of #d449db

#d449db #dbd449 #49dbd4

Analogous Colors of #d449db

#d449db #db4999 #8b49db

Monochromatic Colors of #d449db

#d449db

Complementary Color

#d449db #50db49

#d449db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d449db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d449db Color CSS Codes

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

#d449db Text Font Color

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

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


#d449db Background Color

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

This div background color is #d449db


#d449db Border Color

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

This div border color is #d449db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d449db


Comments

No comments written yet.

Please login to write comment.