Color Hex Logo

#d1366d Color Hex

#D1366D
(209,54,109)
0 Favorites   0 Comments

Color spaces of #d1366d

RGB 20954109
HSL0.940.630.52
HSV339°74°82°
CMYK 0.000.740.48   0.18
XYZ30.374017.297816.2059
Yxy17.29780.47550.2708
Hunter Lab41.590657.57656.0109
CIE-Lab48.633163.25045.4457

#d1366d color RGB value is (209,54,109).

#d1366d hex color red value is 209, green value is 54 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d1366d hue: 0.94 , saturation: 0.63 and the lightness value of d1366d is 0.52.

The process color (four color CMYK) of #d1366d color hex is 0.00, 0.74, 0.48, 0.18. Web safe color of #d1366d is #cc3366. Color #d1366d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110110 01101101
Octal 321 66 155
Decimal 209 54 109
Hex D1 36 6D

RGB Percentages of Color #d1366d

%56.18
%14.52
%29.30

CMYK Percentages of Color #d1366d

%0
%74
%48
%18

Triadic Colors of #d1366d

#d1366d #6dd136 #366dd1

Analogous Colors of #d1366d

#d1366d #d14d36 #d136bb

Monochromatic Colors of #d1366d

#d1366d

Complementary Color

#d1366d #36d19a

#d1366d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1366d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1366d Color CSS Codes

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

#d1366d Text Font Color

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

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


#d1366d Background Color

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

This div background color is #d1366d


#d1366d Border Color

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

This div border color is #d1366d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1366d


Comments

No comments written yet.

Please login to write comment.