Color Hex Logo

#d11caa Color Hex

#D11CAA
(209,28,170)
0 Favorites   0 Comments

Color spaces of #d11caa

RGB 20928170
HSL0.870.760.46
HSV313°87°82°
CMYK 0.000.870.19   0.18
XYZ33.965417.288139.5770
Yxy17.28810.37390.1903
Hunter Lab41.579073.0515-27.3300
CIE-Lab48.621076.2768-31.3174

#d11caa color RGB value is (209,28,170).

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

The process color (four color CMYK) of #d11caa color hex is 0.00, 0.87, 0.19, 0.18. Web safe color of #d11caa is #cc3399. Color #d11caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011100 10101010
Octal 321 34 252
Decimal 209 28 170
Hex D1 1C AA

RGB Percentages of Color #d11caa

%51.35
%6.88
%41.77

CMYK Percentages of Color #d11caa

%0
%87
%19
%18

Triadic Colors of #d11caa

#d11caa #aad11c #1caad1

Analogous Colors of #d11caa

#d11caa #d11c4f #9e1cd1

Monochromatic Colors of #d11caa

#d11caa

Complementary Color

#d11caa #1cd143

#d11caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11caa Color CSS Codes

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

#d11caa Text Font Color

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

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


#d11caa Background Color

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

This div background color is #d11caa


#d11caa Border Color

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

This div border color is #d11caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11caa


Comments

No comments written yet.

Please login to write comment.