Color Hex Logo

#d1314a Color Hex

#D1314A
(209,49,74)
0 Favorites   0 Comments

Color spaces of #d1314a

RGB 2094974
HSL0.970.630.51
HSV351°77°82°
CMYK 0.000.770.65   0.18
XYZ28.628816.24638.1055
Yxy16.24630.54040.3066
Hunter Lab40.306756.247216.2917
CIE-Lab47.296062.337224.9973

#d1314a color RGB value is (209,49,74).

#d1314a hex color red value is 209, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d1314a hue: 0.97 , saturation: 0.63 and the lightness value of d1314a is 0.51.

The process color (four color CMYK) of #d1314a color hex is 0.00, 0.77, 0.65, 0.18. Web safe color of #d1314a is #cc3333. Color #d1314a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 01001010
Octal 321 61 112
Decimal 209 49 74
Hex D1 31 4A

RGB Percentages of Color #d1314a

%62.95
%14.76
%22.29

CMYK Percentages of Color #d1314a

%0
%77
%65
%18

Triadic Colors of #d1314a

#d1314a #4ad131 #314ad1

Analogous Colors of #d1314a

#d1314a #d16831 #d1319a

Monochromatic Colors of #d1314a

#d1314a

Complementary Color

#d1314a #31d1b8

#d1314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1314a Color CSS Codes

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

#d1314a Text Font Color

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

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


#d1314a Background Color

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

This div background color is #d1314a


#d1314a Border Color

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

This div border color is #d1314a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1314a


Comments

No comments written yet.

Please login to write comment.