Color Hex Logo

#d011df Color Hex

#D011DF
(208,17,223)
0 Favorites   0 Comments

Color spaces of #d011df

RGB 20817223
HSL0.820.860.47
HSV296°92°87°
CMYK 0.070.920.00   0.13
XYZ39.532219.138571.4226
Yxy19.13850.30390.1471
Hunter Lab43.747684.7421-66.1740
CIE-Lab50.848985.0864-58.5188

#d011df color RGB value is (208,17,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010001 11011111
Octal 320 21 337
Decimal 208 17 223
Hex D0 11 DF

RGB Percentages of Color #d011df

%46.43
%3.79
%49.78

CMYK Percentages of Color #d011df

%7
%92
%0
%13

Triadic Colors of #d011df

#d011df #dfd011 #11dfd0

Analogous Colors of #d011df

#d011df #df1187 #6911df

Monochromatic Colors of #d011df

#d011df

Complementary Color

#d011df #20df11

#d011df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d011df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d011df Color CSS Codes

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

#d011df Text Font Color

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

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


#d011df Background Color

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

This div background color is #d011df


#d011df Border Color

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

This div border color is #d011df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d011df


Comments

No comments written yet.

Please login to write comment.