Color Hex Logo

#d449dd Color Hex

#D449DD
(212,73,221)
0 Favorites   0 Comments

Color spaces of #d449dd

RGB 21273221
HSL0.820.690.58
HSV296°67°87°
CMYK 0.040.670.00   0.13
XYZ42.585123.982670.7912
Yxy23.98260.31000.1746
Hunter Lab48.972069.5190-51.4258
CIE-Lab56.070471.9502-49.0026

#d449dd color RGB value is (212,73,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001001 11011101
Octal 324 111 335
Decimal 212 73 221
Hex D4 49 DD

RGB Percentages of Color #d449dd

%41.90
%14.43
%43.68

CMYK Percentages of Color #d449dd

%4
%67
%0
%13

Triadic Colors of #d449dd

#d449dd #ddd449 #49ddd4

Analogous Colors of #d449dd

#d449dd #dd499c #8a49dd

Monochromatic Colors of #d449dd

#d449dd

Complementary Color

#d449dd #52dd49

#d449dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d449dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d449dd Color CSS Codes

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

#d449dd Text Font Color

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

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


#d449dd Background Color

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

This div background color is #d449dd


#d449dd Border Color

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

This div border color is #d449dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d449dd

#d449dd Color Palettes


Comments

No comments written yet.

Please login to write comment.