Color Hex Logo

#d94eda Color Hex

#D94EDA
(217,78,218)
0 Favorites   0 Comments

Color spaces of #d94eda

RGB 21778218
HSL0.830.650.58
HSV300°64°85°
CMYK 0.000.640.00   0.15
XYZ43.994525.262468.8870
Yxy25.26240.31850.1829
Hunter Lab50.261768.2845-46.0777
CIE-Lab57.330270.6950-45.2629

#d94eda color RGB value is (217,78,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001110 11011010
Octal 331 116 332
Decimal 217 78 218
Hex D9 4E DA

RGB Percentages of Color #d94eda

%42.30
%15.20
%42.50

CMYK Percentages of Color #d94eda

%0
%64
%0
%15

Triadic Colors of #d94eda

#d94eda #dad94e #4edad9

Analogous Colors of #d94eda

#d94eda #da4e95 #934eda

Monochromatic Colors of #d94eda

#d94eda

Complementary Color

#d94eda #4fda4e

#d94eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94eda Color CSS Codes

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

#d94eda Text Font Color

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

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


#d94eda Background Color

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

This div background color is #d94eda


#d94eda Border Color

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

This div border color is #d94eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94eda


Comments

No comments written yet.

Please login to write comment.