Color Hex Logo

#d01edd Color Hex

#D01EDD
(208,30,221)
0 Favorites   0 Comments

Color spaces of #d01edd

RGB 20830221
HSL0.820.760.49
HSV296°86°87°
CMYK 0.060.860.00   0.13
XYZ39.527819.558970.0985
Yxy19.55890.30600.1514
Hunter Lab44.225482.1451-63.0184
CIE-Lab51.334882.9780-56.6005

#d01edd color RGB value is (208,30,221).

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

The process color (four color CMYK) of #d01edd color hex is 0.06, 0.86, 0.00, 0.13. Web safe color of #d01edd is #cc33cc. Color #d01edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011110 11011101
Octal 320 36 335
Decimal 208 30 221
Hex D0 1E DD

RGB Percentages of Color #d01edd

%45.32
%6.54
%48.15

CMYK Percentages of Color #d01edd

%6
%86
%0
%13

Triadic Colors of #d01edd

#d01edd #ddd01e #1eddd0

Analogous Colors of #d01edd

#d01edd #dd1e8b #711edd

Monochromatic Colors of #d01edd

#d01edd

Complementary Color

#d01edd #2bdd1e

#d01edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01edd Color CSS Codes

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

#d01edd Text Font Color

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

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


#d01edd Background Color

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

This div background color is #d01edd


#d01edd Border Color

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

This div border color is #d01edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01edd


Comments

No comments written yet.

Please login to write comment.