Color Hex Logo

#d449df Color Hex

#D449DF
(212,73,223)
0 Favorites   0 Comments

Color spaces of #d449df

RGB 21273223
HSL0.820.700.58
HSV296°67°87°
CMYK 0.050.670.00   0.13
XYZ42.853224.089872.2032
Yxy24.08980.30800.1731
Hunter Lab49.081469.9569-52.8641
CIE-Lab56.177672.2893-49.9622

#d449df color RGB value is (212,73,223).

#d449df hex color red value is 212, green value is 73 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d449df hue: 0.82 , saturation: 0.70 and the lightness value of d449df is 0.58.

The process color (four color CMYK) of #d449df color hex is 0.05, 0.67, 0.00, 0.13. Web safe color of #d449df is #cc33cc. Color #d449df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001001 11011111
Octal 324 111 337
Decimal 212 73 223
Hex D4 49 DF

RGB Percentages of Color #d449df

%41.73
%14.37
%43.90

CMYK Percentages of Color #d449df

%5
%67
%0
%13

Triadic Colors of #d449df

#d449df #dfd449 #49dfd4

Analogous Colors of #d449df

#d449df #df499f #8949df

Monochromatic Colors of #d449df

#d449df

Complementary Color

#d449df #54df49

#d449df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d449df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d449df Color CSS Codes

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

#d449df Text Font Color

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

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


#d449df Background Color

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

This div background color is #d449df


#d449df Border Color

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

This div border color is #d449df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d449df


Comments

No comments written yet.

Please login to write comment.