Color Hex Logo

#d11dcb Color Hex

#D11DCB
(209,29,203)
0 Favorites   0 Comments

Color spaces of #d11dcb

RGB 20929203
HSL0.840.760.47
HSV302°86°82°
CMYK 0.000.860.03   0.18
XYZ37.513418.745858.1410
Yxy18.74580.32790.1639
Hunter Lab43.296478.8894-49.3106
CIE-Lab50.388580.6062-47.7944

#d11dcb color RGB value is (209,29,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011101 11001011
Octal 321 35 313
Decimal 209 29 203
Hex D1 1D CB

RGB Percentages of Color #d11dcb

%47.39
%6.58
%46.03

CMYK Percentages of Color #d11dcb

%0
%86
%3
%18

Triadic Colors of #d11dcb

#d11dcb #cbd11d #1dcbd1

Analogous Colors of #d11dcb

#d11dcb #d11d71 #7d1dd1

Monochromatic Colors of #d11dcb

#d11dcb

Complementary Color

#d11dcb #1dd123

#d11dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11dcb Color CSS Codes

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

#d11dcb Text Font Color

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

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


#d11dcb Background Color

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

This div background color is #d11dcb


#d11dcb Border Color

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

This div border color is #d11dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11dcb


Comments

No comments written yet.

Please login to write comment.