Color Hex Logo

#d44dde Color Hex

#D44DDE
(212,77,222)
0 Favorites   0 Comments

Color spaces of #d44dde

RGB 21277222
HSL0.820.690.59
HSV296°65°87°
CMYK 0.050.650.00   0.13
XYZ42.990124.578771.5856
Yxy24.57870.30890.1766
Hunter Lab49.576968.0248-50.9068
CIE-Lab56.662670.6065-48.6272

#d44dde color RGB value is (212,77,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001101 11011110
Octal 324 115 336
Decimal 212 77 222
Hex D4 4D DE

RGB Percentages of Color #d44dde

%41.49
%15.07
%43.44

CMYK Percentages of Color #d44dde

%5
%65
%0
%13

Triadic Colors of #d44dde

#d44dde #ded44d #4dded4

Analogous Colors of #d44dde

#d44dde #de4da0 #8c4dde

Monochromatic Colors of #d44dde

#d44dde

Complementary Color

#d44dde #57de4d

#d44dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44dde Color CSS Codes

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

#d44dde Text Font Color

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

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


#d44dde Background Color

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

This div background color is #d44dde


#d44dde Border Color

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

This div border color is #d44dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44dde


Comments

No comments written yet.

Please login to write comment.