Color Hex Logo

#d01dbc Color Hex

#D01DBC
(208,29,188)
0 Favorites   0 Comments

Color spaces of #d01dbc

RGB 20829188
HSL0.850.760.46
HSV307°86°82°
CMYK 0.000.860.10   0.18
XYZ35.528917.919549.1632
Yxy17.91950.34620.1746
Hunter Lab42.331475.7356-39.2267
CIE-Lab49.398378.2892-40.6789

#d01dbc color RGB value is (208,29,188).

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

The process color (four color CMYK) of #d01dbc color hex is 0.00, 0.86, 0.10, 0.18. Web safe color of #d01dbc is #cc33cc. Color #d01dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011101 10111100
Octal 320 35 274
Decimal 208 29 188
Hex D0 1D BC

RGB Percentages of Color #d01dbc

%48.94
%6.82
%44.24

CMYK Percentages of Color #d01dbc

%0
%86
%10
%18

Triadic Colors of #d01dbc

#d01dbc #bcd01d #1dbcd0

Analogous Colors of #d01dbc

#d01dbc #d01d62 #8b1dd0

Monochromatic Colors of #d01dbc

#d01dbc

Complementary Color

#d01dbc #1dd031

#d01dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01dbc Color CSS Codes

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

#d01dbc Text Font Color

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

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


#d01dbc Background Color

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

This div background color is #d01dbc


#d01dbc Border Color

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

This div border color is #d01dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01dbc


Comments

No comments written yet.

Please login to write comment.