Color Hex Logo

#d44fdb Color Hex

#D44FDB
(212,79,219)
0 Favorites   0 Comments

Color spaces of #d44fdb

RGB 21279219
HSL0.830.660.58
HSV297°64°86°
CMYK 0.030.640.00   0.14
XYZ42.733524.703569.5338
Yxy24.70350.31200.1804
Hunter Lab49.702666.4918-48.1547
CIE-Lab56.785469.3122-46.7379

#d44fdb color RGB value is (212,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001111 11011011
Octal 324 117 333
Decimal 212 79 219
Hex D4 4F DB

RGB Percentages of Color #d44fdb

%41.57
%15.49
%42.94

CMYK Percentages of Color #d44fdb

%3
%64
%0
%14

Triadic Colors of #d44fdb

#d44fdb #dbd44f #4fdbd4

Analogous Colors of #d44fdb

#d44fdb #db4f9c #8e4fdb

Monochromatic Colors of #d44fdb

#d44fdb

Complementary Color

#d44fdb #56db4f

#d44fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44fdb Color CSS Codes

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

#d44fdb Text Font Color

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

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


#d44fdb Background Color

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

This div background color is #d44fdb


#d44fdb Border Color

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

This div border color is #d44fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44fdb


Comments

No comments written yet.

Please login to write comment.