Color Hex Logo

#d11eaa Color Hex

#D11EAA
(209,30,170)
0 Favorites   0 Comments

Color spaces of #d11eaa

RGB 20930170
HSL0.870.750.47
HSV313°86°82°
CMYK 0.000.860.19   0.18
XYZ34.014517.386139.5933
Yxy17.38610.37380.1911
Hunter Lab41.696672.6442-27.1115
CIE-Lab48.742975.9224-31.1269

#d11eaa color RGB value is (209,30,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011110 10101010
Octal 321 36 252
Decimal 209 30 170
Hex D1 1E AA

RGB Percentages of Color #d11eaa

%51.10
%7.33
%41.56

CMYK Percentages of Color #d11eaa

%0
%86
%19
%18

Triadic Colors of #d11eaa

#d11eaa #aad11e #1eaad1

Analogous Colors of #d11eaa

#d11eaa #d11e50 #9f1ed1

Monochromatic Colors of #d11eaa

#d11eaa

Complementary Color

#d11eaa #1ed145

#d11eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11eaa Color CSS Codes

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

#d11eaa Text Font Color

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

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


#d11eaa Background Color

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

This div background color is #d11eaa


#d11eaa Border Color

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

This div border color is #d11eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,30,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 #d11eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11eaa


Comments

No comments written yet.

Please login to write comment.