Color Hex Logo

#d01db0 Color Hex

#D01DB0
(208,29,176)
0 Favorites   0 Comments

Color spaces of #d01db0

RGB 20829176
HSL0.860.760.46
HSV311°86°82°
CMYK 0.000.860.15   0.18
XYZ34.288317.423242.6301
Yxy17.42320.36340.1847
Hunter Lab41.741173.5822-31.3340
CIE-Lab48.788976.6740-34.6077

#d01db0 color RGB value is (208,29,176).

#d01db0 hex color red value is 208, green value is 29 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #d01db0 hue: 0.86 , saturation: 0.76 and the lightness value of d01db0 is 0.46.

The process color (four color CMYK) of #d01db0 color hex is 0.00, 0.86, 0.15, 0.18. Web safe color of #d01db0 is #cc3399. Color #d01db0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011101 10110000
Octal 320 35 260
Decimal 208 29 176
Hex D0 1D B0

RGB Percentages of Color #d01db0

%50.36
%7.02
%42.62

CMYK Percentages of Color #d01db0

%0
%86
%15
%18

Triadic Colors of #d01db0

#d01db0 #b0d01d #1db0d0

Analogous Colors of #d01db0

#d01db0 #d01d57 #971dd0

Monochromatic Colors of #d01db0

#d01db0

Complementary Color

#d01db0 #1dd03d

#d01db0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01db0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01db0 Color CSS Codes

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

#d01db0 Text Font Color

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

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


#d01db0 Background Color

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

This div background color is #d01db0


#d01db0 Border Color

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

This div border color is #d01db0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01db0


Comments

No comments written yet.

Please login to write comment.