Color Hex Logo

#d001df Color Hex

#D001DF
(208,1,223)
0 Favorites   0 Comments

Color spaces of #d001df

RGB 2081223
HSL0.820.990.44
HSV296°100°87°
CMYK 0.071.000.00   0.13
XYZ39.342618.759371.3594
Yxy18.75930.30390.1449
Hunter Lab43.312086.3450-67.3658
CIE-Lab50.404486.4045-59.2339

#d001df color RGB value is (208,1,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000001 11011111
Octal 320 1 337
Decimal 208 1 223
Hex D0 1 DF

RGB Percentages of Color #d001df

%48.15
%0.23
%51.62

CMYK Percentages of Color #d001df

%7
%100
%0
%13

Triadic Colors of #d001df

#d001df #dfd001 #01dfd0

Analogous Colors of #d001df

#d001df #df017f #6101df

Monochromatic Colors of #d001df

#d001df

Complementary Color

#d001df #10df01

#d001df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d001df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d001df Color CSS Codes

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

#d001df Text Font Color

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

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


#d001df Background Color

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

This div background color is #d001df


#d001df Border Color

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

This div border color is #d001df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d001df


Comments

No comments written yet.

Please login to write comment.