Color Hex Logo

#d001dc Color Hex

#D001DC
(208,1,220)
0 Favorites   0 Comments

Color spaces of #d001dc

RGB 2081220
HSL0.820.990.43
HSV297°100°86°
CMYK 0.051.000.00   0.14
XYZ38.941518.598969.2476
Yxy18.59890.30710.1467
Hunter Lab43.126485.7073-65.0127
CIE-Lab50.214685.9519-57.8302

#d001dc color RGB value is (208,1,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000001 11011100
Octal 320 1 334
Decimal 208 1 220
Hex D0 1 DC

RGB Percentages of Color #d001dc

%48.48
%0.23
%51.28

CMYK Percentages of Color #d001dc

%5
%100
%0
%14

Triadic Colors of #d001dc

#d001dc #dcd001 #01dcd0

Analogous Colors of #d001dc

#d001dc #dc017b #6301dc

Monochromatic Colors of #d001dc

#d001dc

Complementary Color

#d001dc #0ddc01

#d001dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d001dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d001dc Color CSS Codes

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

#d001dc Text Font Color

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

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


#d001dc Background Color

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

This div background color is #d001dc


#d001dc Border Color

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

This div border color is #d001dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d001dc


Comments

No comments written yet.

Please login to write comment.