Color Hex Logo

#d11663 Color Hex

#D11663
(209,22,99)
0 Favorites   0 Comments

Color spaces of #d11663

RGB 2092299
HSL0.930.810.45
HSV335°89°82°
CMYK 0.000.890.53   0.18
XYZ28.833515.030013.1858
Yxy15.03000.50540.2635
Hunter Lab38.768564.91166.9725
CIE-Lab45.675370.12007.3875

#d11663 color RGB value is (209,22,99).

#d11663 hex color red value is 209, green value is 22 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d11663 hue: 0.93 , saturation: 0.81 and the lightness value of d11663 is 0.45.

The process color (four color CMYK) of #d11663 color hex is 0.00, 0.89, 0.53, 0.18. Web safe color of #d11663 is #cc0066. Color #d11663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010110 01100011
Octal 321 26 143
Decimal 209 22 99
Hex D1 16 63

RGB Percentages of Color #d11663

%63.33
%6.67
%30.00

CMYK Percentages of Color #d11663

%0
%89
%53
%18

Triadic Colors of #d11663

#d11663 #63d116 #1663d1

Analogous Colors of #d11663

#d11663 #d12616 #d116c1

Monochromatic Colors of #d11663

#d11663

Complementary Color

#d11663 #16d184

#d11663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11663 Color CSS Codes

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

#d11663 Text Font Color

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

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


#d11663 Background Color

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

This div background color is #d11663


#d11663 Border Color

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

This div border color is #d11663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11663


Comments

No comments written yet.

Please login to write comment.