Color Hex Logo

#d011de Color Hex

#D011DE
(208,17,222)
0 Favorites   0 Comments

Color spaces of #d011de

RGB 20817222
HSL0.820.860.47
HSV296°92°87°
CMYK 0.060.920.00   0.13
XYZ39.397719.084770.7145
Yxy19.08470.30490.1477
Hunter Lab43.686084.5274-65.3924
CIE-Lab50.786284.9329-58.0508

#d011de color RGB value is (208,17,222).

#d011de hex color red value is 208, green value is 17 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d011de hue: 0.82 , saturation: 0.86 and the lightness value of d011de is 0.47.

The process color (four color CMYK) of #d011de color hex is 0.06, 0.92, 0.00, 0.13. Web safe color of #d011de is #cc00cc. Color #d011de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010001 11011110
Octal 320 21 336
Decimal 208 17 222
Hex D0 11 DE

RGB Percentages of Color #d011de

%46.53
%3.80
%49.66

CMYK Percentages of Color #d011de

%6
%92
%0
%13

Triadic Colors of #d011de

#d011de #ded011 #11ded0

Analogous Colors of #d011de

#d011de #de1186 #6a11de

Monochromatic Colors of #d011de

#d011de

Complementary Color

#d011de #1fde11

#d011de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d011de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d011de Color CSS Codes

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

#d011de Text Font Color

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

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


#d011de Background Color

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

This div background color is #d011de


#d011de Border Color

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

This div border color is #d011de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d011de


Comments

No comments written yet.

Please login to write comment.