Color Hex Logo

#d00eda Color Hex

#D00EDA
(208,14,218)
0 Favorites   0 Comments

Color spaces of #d00eda

RGB 20814218
HSL0.830.880.45
HSV297°94°85°
CMYK 0.050.940.00   0.15
XYZ38.824418.785967.9094
Yxy18.78590.30930.1497
Hunter Lab43.342784.0424-62.5557
CIE-Lab50.435884.6260-56.3337

#d00eda color RGB value is (208,14,218).

#d00eda hex color red value is 208, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d00eda hue: 0.83 , saturation: 0.88 and the lightness value of d00eda is 0.45.

The process color (four color CMYK) of #d00eda color hex is 0.05, 0.94, 0.00, 0.15. Web safe color of #d00eda is #cc00cc. Color #d00eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001110 11011010
Octal 320 16 332
Decimal 208 14 218
Hex D0 E DA

RGB Percentages of Color #d00eda

%47.27
%3.18
%49.55

CMYK Percentages of Color #d00eda

%5
%94
%0
%15

Triadic Colors of #d00eda

#d00eda #dad00e #0edad0

Analogous Colors of #d00eda

#d00eda #da0e7e #6a0eda

Monochromatic Colors of #d00eda

#d00eda

Complementary Color

#d00eda #18da0e

#d00eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00eda Color CSS Codes

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

#d00eda Text Font Color

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

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


#d00eda Background Color

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

This div background color is #d00eda


#d00eda Border Color

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

This div border color is #d00eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00eda


Comments

No comments written yet.

Please login to write comment.