Color Hex Logo

#d44edb Color Hex

#D44EDB
(212,78,219)
0 Favorites   0 Comments

Color spaces of #d44edb

RGB 21278219
HSL0.830.660.58
HSV297°64°86°
CMYK 0.030.640.00   0.14
XYZ42.661924.560369.5099
Yxy24.56030.31200.1796
Hunter Lab49.558366.9332-48.4685
CIE-Lab56.644569.7055-46.9611

#d44edb color RGB value is (212,78,219).

#d44edb hex color red value is 212, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d44edb hue: 0.83 , saturation: 0.66 and the lightness value of d44edb is 0.58.

The process color (four color CMYK) of #d44edb color hex is 0.03, 0.64, 0.00, 0.14. Web safe color of #d44edb is #cc66cc. Color #d44edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001110 11011011
Octal 324 116 333
Decimal 212 78 219
Hex D4 4E DB

RGB Percentages of Color #d44edb

%41.65
%15.32
%43.03

CMYK Percentages of Color #d44edb

%3
%64
%0
%14

Triadic Colors of #d44edb

#d44edb #dbd44e #4edbd4

Analogous Colors of #d44edb

#d44edb #db4e9c #8e4edb

Monochromatic Colors of #d44edb

#d44edb

Complementary Color

#d44edb #55db4e

#d44edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44edb Color CSS Codes

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

#d44edb Text Font Color

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

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


#d44edb Background Color

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

This div background color is #d44edb


#d44edb Border Color

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

This div border color is #d44edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44edb


Comments

No comments written yet.

Please login to write comment.