Color Hex Logo

#d9154c Color Hex

#D9154C
(217,21,76)
0 Favorites   0 Comments

Color spaces of #d9154c

RGB 2172176
HSL0.950.820.47
HSV343°90°85°
CMYK 0.000.900.65   0.15
XYZ30.187915.80988.2980
Yxy15.80980.55600.2912
Hunter Lab39.761565.938715.4596
CIE-Lab46.724070.779823.3502

#d9154c color RGB value is (217,21,76).

#d9154c hex color red value is 217, green value is 21 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #d9154c hue: 0.95 , saturation: 0.82 and the lightness value of d9154c is 0.47.

The process color (four color CMYK) of #d9154c color hex is 0.00, 0.90, 0.65, 0.15. Web safe color of #d9154c is #cc0033. Color #d9154c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010101 01001100
Octal 331 25 114
Decimal 217 21 76
Hex D9 15 4C

RGB Percentages of Color #d9154c

%69.11
%6.69
%24.20

CMYK Percentages of Color #d9154c

%0
%90
%65
%15

Triadic Colors of #d9154c

#d9154c #4cd915 #154cd9

Analogous Colors of #d9154c

#d9154c #d94015 #d915ae

Monochromatic Colors of #d9154c

#d9154c

Complementary Color

#d9154c #15d9a2

#d9154c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9154c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9154c Color CSS Codes

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

#d9154c Text Font Color

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

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


#d9154c Background Color

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

This div background color is #d9154c


#d9154c Border Color

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

This div border color is #d9154c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,21,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9154c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9154c;
  -webkit-box-shadow: 1px 1px 3px 2px #d9154c;
  box-shadow:         1px 1px 3px 2px #d9154c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,21,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9154c


Comments

No comments written yet.

Please login to write comment.