Color Hex Logo

#d11393 Color Hex

#D11393
(209,19,147)
0 Favorites   0 Comments

Color spaces of #d11393

RGB 20919147
HSL0.890.830.45
HSV320°91°82°
CMYK 0.000.910.30   0.18
XYZ31.793816.127629.0410
Yxy16.12760.41310.2096
Hunter Lab40.159271.0389-14.7640
CIE-Lab47.141574.9253-19.8755

#d11393 color RGB value is (209,19,147).

#d11393 hex color red value is 209, green value is 19 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d11393 hue: 0.89 , saturation: 0.83 and the lightness value of d11393 is 0.45.

The process color (four color CMYK) of #d11393 color hex is 0.00, 0.91, 0.30, 0.18. Web safe color of #d11393 is #cc0099. Color #d11393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010011 10010011
Octal 321 23 223
Decimal 209 19 147
Hex D1 13 93

RGB Percentages of Color #d11393

%55.73
%5.07
%39.20

CMYK Percentages of Color #d11393

%0
%91
%30
%18

Triadic Colors of #d11393

#d11393 #93d113 #1393d1

Analogous Colors of #d11393

#d11393 #d11334 #b013d1

Monochromatic Colors of #d11393

#d11393

Complementary Color

#d11393 #13d151

#d11393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11393 Color CSS Codes

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

#d11393 Text Font Color

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

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


#d11393 Background Color

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

This div background color is #d11393


#d11393 Border Color

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

This div border color is #d11393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11393


Comments

No comments written yet.

Please login to write comment.