Color Hex Logo

#d44fda Color Hex

#D44FDA
(212,79,218)
0 Favorites   0 Comments

Color spaces of #d44fda

RGB 21279218
HSL0.830.650.58
HSV297°64°85°
CMYK 0.030.640.00   0.15
XYZ42.602224.651068.8424
Yxy24.65100.31300.1811
Hunter Lab49.649866.2756-47.4543
CIE-Lab56.733869.1419-46.2541

#d44fda color RGB value is (212,79,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001111 11011010
Octal 324 117 332
Decimal 212 79 218
Hex D4 4F DA

RGB Percentages of Color #d44fda

%41.65
%15.52
%42.83

CMYK Percentages of Color #d44fda

%3
%64
%0
%15

Triadic Colors of #d44fda

#d44fda #dad44f #4fdad4

Analogous Colors of #d44fda

#d44fda #da4f9b #8f4fda

Monochromatic Colors of #d44fda

#d44fda

Complementary Color

#d44fda #55da4f

#d44fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44fda Color CSS Codes

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

#d44fda Text Font Color

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

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


#d44fda Background Color

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

This div background color is #d44fda


#d44fda Border Color

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

This div border color is #d44fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44fda


Comments

No comments written yet.

Please login to write comment.