Color Hex Logo

#d11dbf Color Hex

#D11DBF
(209,29,191)
0 Favorites   0 Comments

Color spaces of #d11dbf

RGB 20929191
HSL0.850.760.47
HSV306°86°82°
CMYK 0.000.860.09   0.18
XYZ36.137818.195650.8976
Yxy18.19560.34340.1729
Hunter Lab42.656376.5741-40.8856
CIE-Lab49.732578.8947-41.8862

#d11dbf color RGB value is (209,29,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011101 10111111
Octal 321 35 277
Decimal 209 29 191
Hex D1 1D BF

RGB Percentages of Color #d11dbf

%48.72
%6.76
%44.52

CMYK Percentages of Color #d11dbf

%0
%86
%9
%18

Triadic Colors of #d11dbf

#d11dbf #bfd11d #1dbfd1

Analogous Colors of #d11dbf

#d11dbf #d11d65 #891dd1

Monochromatic Colors of #d11dbf

#d11dbf

Complementary Color

#d11dbf #1dd12f

#d11dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11dbf Color CSS Codes

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

#d11dbf Text Font Color

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

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


#d11dbf Background Color

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

This div background color is #d11dbf


#d11dbf Border Color

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

This div border color is #d11dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11dbf


Comments

No comments written yet.

Please login to write comment.