Color Hex Logo

#d01eda Color Hex

#D01EDA
(208,30,218)
0 Favorites   0 Comments

Color spaces of #d01eda

RGB 20830218
HSL0.820.760.49
HSV297°86°85°
CMYK 0.050.860.00   0.15
XYZ39.131619.400468.0119
Yxy19.40040.30920.1533
Hunter Lab44.045981.5041-60.7184
CIE-Lab51.152482.5130-55.1841

#d01eda color RGB value is (208,30,218).

#d01eda hex color red value is 208, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d01eda hue: 0.82 , saturation: 0.76 and the lightness value of d01eda is 0.49.

The process color (four color CMYK) of #d01eda color hex is 0.05, 0.86, 0.00, 0.15. Web safe color of #d01eda is #cc33cc. Color #d01eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011110 11011010
Octal 320 36 332
Decimal 208 30 218
Hex D0 1E DA

RGB Percentages of Color #d01eda

%45.61
%6.58
%47.81

CMYK Percentages of Color #d01eda

%5
%86
%0
%15

Triadic Colors of #d01eda

#d01eda #dad01e #1edad0

Analogous Colors of #d01eda

#d01eda #da1e86 #721eda

Monochromatic Colors of #d01eda

#d01eda

Complementary Color

#d01eda #28da1e

#d01eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01eda Color CSS Codes

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

#d01eda Text Font Color

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

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


#d01eda Background Color

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

This div background color is #d01eda


#d01eda Border Color

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

This div border color is #d01eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01eda


Comments

No comments written yet.

Please login to write comment.