Color Hex Logo

#d44edd Color Hex

#D44EDD
(212,78,221)
0 Favorites   0 Comments

Color spaces of #d44edd

RGB 21278221
HSL0.820.680.59
HSV296°65°87°
CMYK 0.040.650.00   0.13
XYZ42.926924.666370.9052
Yxy24.66630.30990.1781
Hunter Lab49.665267.3681-49.8806
CIE-Lab56.748870.0467-47.9258

#d44edd color RGB value is (212,78,221).

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

The process color (four color CMYK) of #d44edd color hex is 0.04, 0.65, 0.00, 0.13. Web safe color of #d44edd is #cc66cc. Color #d44edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001110 11011101
Octal 324 116 335
Decimal 212 78 221
Hex D4 4E DD

RGB Percentages of Color #d44edd

%41.49
%15.26
%43.25

CMYK Percentages of Color #d44edd

%4
%65
%0
%13

Triadic Colors of #d44edd

#d44edd #ddd44e #4eddd4

Analogous Colors of #d44edd

#d44edd #dd4e9f #8d4edd

Monochromatic Colors of #d44edd

#d44edd

Complementary Color

#d44edd #57dd4e

#d44edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44edd Color CSS Codes

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

#d44edd Text Font Color

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

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


#d44edd Background Color

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

This div background color is #d44edd


#d44edd Border Color

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

This div border color is #d44edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44edd


Comments

No comments written yet.

Please login to write comment.