Color Hex Logo

#d11cbd Color Hex

#D11CBD
(209,28,189)
0 Favorites   0 Comments

Color spaces of #d11cbd

RGB 20928189
HSL0.850.760.46
HSV307°87°82°
CMYK 0.000.870.10   0.18
XYZ35.895118.059949.7381
Yxy18.05990.34620.1742
Hunter Lab42.496976.4006-39.6447
CIE-Lab49.568778.7881-40.9809

#d11cbd color RGB value is (209,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011100 10111101
Octal 321 34 275
Decimal 209 28 189
Hex D1 1C BD

RGB Percentages of Color #d11cbd

%49.06
%6.57
%44.37

CMYK Percentages of Color #d11cbd

%0
%87
%10
%18

Triadic Colors of #d11cbd

#d11cbd #bdd11c #1cbdd1

Analogous Colors of #d11cbd

#d11cbd #d11c62 #8b1cd1

Monochromatic Colors of #d11cbd

#d11cbd

Complementary Color

#d11cbd #1cd130

#d11cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11cbd Color CSS Codes

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

#d11cbd Text Font Color

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

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


#d11cbd Background Color

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

This div background color is #d11cbd


#d11cbd Border Color

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

This div border color is #d11cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11cbd


Comments

No comments written yet.

Please login to write comment.