Color Hex Logo

#d444dc Color Hex

#D444DC
(212,68,220)
0 Favorites   0 Comments

Color spaces of #d444dc

RGB 21268220
HSL0.820.680.56
HSV297°69°86°
CMYK 0.040.690.00   0.14
XYZ42.136823.298669.9864
Yxy23.29860.31120.1720
Hunter Lab48.268671.3541-52.1787
CIE-Lab55.378673.5847-49.5363

#d444dc color RGB value is (212,68,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000100 11011100
Octal 324 104 334
Decimal 212 68 220
Hex D4 44 DC

RGB Percentages of Color #d444dc

%42.40
%13.60
%44.00

CMYK Percentages of Color #d444dc

%4
%69
%0
%14

Triadic Colors of #d444dc

#d444dc #dcd444 #44dcd4

Analogous Colors of #d444dc

#d444dc #dc4498 #8844dc

Monochromatic Colors of #d444dc

#d444dc

Complementary Color

#d444dc #4cdc44

#d444dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d444dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d444dc Color CSS Codes

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

#d444dc Text Font Color

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

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


#d444dc Background Color

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

This div background color is #d444dc


#d444dc Border Color

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

This div border color is #d444dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d444dc


Comments

No comments written yet.

Please login to write comment.