Color Hex Logo

#d11263 Color Hex

#D11263
(209,18,99)
0 Favorites   0 Comments

Color spaces of #d11263

RGB 2091899
HSL0.930.840.45
HSV335°91°82°
CMYK 0.000.910.53   0.18
XYZ28.762914.888813.1622
Yxy14.88880.50630.2621
Hunter Lab38.586065.53256.7856
CIE-Lab45.481570.68077.1125

#d11263 color RGB value is (209,18,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010010 01100011
Octal 321 22 143
Decimal 209 18 99
Hex D1 12 63

RGB Percentages of Color #d11263

%64.11
%5.52
%30.37

CMYK Percentages of Color #d11263

%0
%91
%53
%18

Triadic Colors of #d11263

#d11263 #63d112 #1263d1

Analogous Colors of #d11263

#d11263 #d12012 #d112c3

Monochromatic Colors of #d11263

#d11263

Complementary Color

#d11263 #12d180

#d11263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11263 Color CSS Codes

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

#d11263 Text Font Color

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

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


#d11263 Background Color

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

This div background color is #d11263


#d11263 Border Color

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

This div border color is #d11263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11263


Comments

No comments written yet.

Please login to write comment.