Color Hex Logo

#d00edb Color Hex

#D00EDB
(208,14,219)
0 Favorites   0 Comments

Color spaces of #d00edb

RGB 20814219
HSL0.820.880.46
HSV297°94°86°
CMYK 0.050.940.00   0.14
XYZ38.955618.838468.6008
Yxy18.83840.30820.1490
Hunter Lab43.403284.2531-63.3283
CIE-Lab50.497684.7769-56.8051

#d00edb color RGB value is (208,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001110 11011011
Octal 320 16 333
Decimal 208 14 219
Hex D0 E DB

RGB Percentages of Color #d00edb

%47.17
%3.17
%49.66

CMYK Percentages of Color #d00edb

%5
%94
%0
%14

Triadic Colors of #d00edb

#d00edb #dbd00e #0edbd0

Analogous Colors of #d00edb

#d00edb #db0e80 #6a0edb

Monochromatic Colors of #d00edb

#d00edb

Complementary Color

#d00edb #19db0e

#d00edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00edb Color CSS Codes

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

#d00edb Text Font Color

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

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


#d00edb Background Color

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

This div background color is #d00edb


#d00edb Border Color

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

This div border color is #d00edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,14,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00edb


Comments

No comments written yet.

Please login to write comment.