Color Hex Logo

#d1194a Color Hex

#D1194A
(209,25,74)
0 Favorites   0 Comments

Color spaces of #d1194a

RGB 2092574
HSL0.960.790.46
HSV344°88°82°
CMYK 0.000.880.65   0.18
XYZ27.878214.74507.8553
Yxy14.74500.55230.2921
Hunter Lab38.399262.394114.7505
CIE-Lab45.282968.059022.4013

#d1194a color RGB value is (209,25,74).

#d1194a hex color red value is 209, green value is 25 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d1194a hue: 0.96 , saturation: 0.79 and the lightness value of d1194a is 0.46.

The process color (four color CMYK) of #d1194a color hex is 0.00, 0.88, 0.65, 0.18. Web safe color of #d1194a is #cc0033. Color #d1194a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011001 01001010
Octal 321 31 112
Decimal 209 25 74
Hex D1 19 4A

RGB Percentages of Color #d1194a

%67.86
%8.12
%24.03

CMYK Percentages of Color #d1194a

%0
%88
%65
%18

Triadic Colors of #d1194a

#d1194a #4ad119 #194ad1

Analogous Colors of #d1194a

#d1194a #d14419 #d119a6

Monochromatic Colors of #d1194a

#d1194a

Complementary Color

#d1194a #19d1a0

#d1194a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1194a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1194a Color CSS Codes

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

#d1194a Text Font Color

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

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


#d1194a Background Color

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

This div background color is #d1194a


#d1194a Border Color

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

This div border color is #d1194a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1194a


Comments

No comments written yet.

Please login to write comment.