Color Hex Logo

#d24eda Color Hex

#D24EDA
(210,78,218)
0 Favorites   0 Comments

Color spaces of #d24eda

RGB 21078218
HSL0.820.650.58
HSV297°64°85°
CMYK 0.040.640.00   0.15
XYZ41.957624.212468.7917
Yxy24.21240.31090.1794
Hunter Lab49.206166.0947-48.4451
CIE-Lab56.299869.0726-46.9602

#d24eda color RGB value is (210,78,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01001110 11011010
Octal 322 116 332
Decimal 210 78 218
Hex D2 4E DA

RGB Percentages of Color #d24eda

%41.50
%15.42
%43.08

CMYK Percentages of Color #d24eda

%4
%64
%0
%15

Triadic Colors of #d24eda

#d24eda #dad24e #4edad2

Analogous Colors of #d24eda

#d24eda #da4e9c #8c4eda

Monochromatic Colors of #d24eda

#d24eda

Complementary Color

#d24eda #56da4e

#d24eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d24eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d24eda Color CSS Codes

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

#d24eda Text Font Color

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

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


#d24eda Background Color

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

This div background color is #d24eda


#d24eda Border Color

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

This div border color is #d24eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d24eda


Comments

No comments written yet.

Please login to write comment.