Color Hex Logo

#d11cbb Color Hex

#D11CBB
(209,28,187)
0 Favorites   0 Comments

Color spaces of #d11cbb

RGB 20928187
HSL0.850.760.46
HSV307°87°82°
CMYK 0.000.870.11   0.18
XYZ35.679417.973748.6025
Yxy17.97370.34890.1758
Hunter Lab42.395476.0313-38.2939
CIE-Lab49.464278.5131-39.9798

#d11cbb color RGB value is (209,28,187).

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

The process color (four color CMYK) of #d11cbb color hex is 0.00, 0.87, 0.11, 0.18. Web safe color of #d11cbb is #cc33cc. Color #d11cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011100 10111011
Octal 321 34 273
Decimal 209 28 187
Hex D1 1C BB

RGB Percentages of Color #d11cbb

%49.29
%6.60
%44.10

CMYK Percentages of Color #d11cbb

%0
%87
%11
%18

Triadic Colors of #d11cbb

#d11cbb #bbd11c #1cbbd1

Analogous Colors of #d11cbb

#d11cbb #d11c61 #8d1cd1

Monochromatic Colors of #d11cbb

#d11cbb

Complementary Color

#d11cbb #1cd132

#d11cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11cbb Color CSS Codes

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

#d11cbb Text Font Color

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

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


#d11cbb Background Color

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

This div background color is #d11cbb


#d11cbb Border Color

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

This div border color is #d11cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11cbb


Comments

No comments written yet.

Please login to write comment.