Color Hex Logo

#d44dee Color Hex

#D44DEE
(212,77,238)
0 Favorites   0 Comments

Color spaces of #d44dee

RGB 21277238
HSL0.810.830.62
HSV290°68°93°
CMYK 0.110.680.00   0.07
XYZ45.237925.477883.4223
Yxy25.47780.29350.1653
Hunter Lab50.475571.6456-62.6573
CIE-Lab57.538073.4092-56.2186

#d44dee color RGB value is (212,77,238).

#d44dee hex color red value is 212, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d44dee hue: 0.81 , saturation: 0.83 and the lightness value of d44dee is 0.62.

The process color (four color CMYK) of #d44dee color hex is 0.11, 0.68, 0.00, 0.07. Web safe color of #d44dee is #cc66ff. Color #d44dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001101 11101110
Octal 324 115 356
Decimal 212 77 238
Hex D4 4D EE

RGB Percentages of Color #d44dee

%40.23
%14.61
%45.16

CMYK Percentages of Color #d44dee

%11
%68
%0
%7

Triadic Colors of #d44dee

#d44dee #eed44d #4deed4

Analogous Colors of #d44dee

#d44dee #ee4db8 #844dee

Monochromatic Colors of #d44dee

#d44dee

Complementary Color

#d44dee #67ee4d

#d44dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44dee Color CSS Codes

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

#d44dee Text Font Color

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

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


#d44dee Background Color

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

This div background color is #d44dee


#d44dee Border Color

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

This div border color is #d44dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44dee


Comments

No comments written yet.

Please login to write comment.