Color Hex Logo

#d11396 Color Hex

#D11396
(209,19,150)
0 Favorites   0 Comments

Color spaces of #d11396

RGB 20919150
HSL0.890.830.45
HSV319°91°82°
CMYK 0.000.910.28   0.18
XYZ32.032416.223130.2972
Yxy16.22310.40780.2065
Hunter Lab40.277971.4720-16.4036
CIE-Lab47.265875.2552-21.4912

#d11396 color RGB value is (209,19,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010011 10010110
Octal 321 23 226
Decimal 209 19 150
Hex D1 13 96

RGB Percentages of Color #d11396

%55.29
%5.03
%39.68

CMYK Percentages of Color #d11396

%0
%91
%28
%18

Triadic Colors of #d11396

#d11396 #96d113 #1396d1

Analogous Colors of #d11396

#d11396 #d11337 #ad13d1

Monochromatic Colors of #d11396

#d11396

Complementary Color

#d11396 #13d14e

#d11396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11396 Color CSS Codes

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

#d11396 Text Font Color

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

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


#d11396 Background Color

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

This div background color is #d11396


#d11396 Border Color

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

This div border color is #d11396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11396


Comments

No comments written yet.

Please login to write comment.