Color Hex Logo

#df154c Color Hex

#DF154C
(223,21,76)
0 Favorites   0 Comments

Color spaces of #df154c

RGB 2232176
HSL0.950.830.48
HSV344°91°87°
CMYK 0.000.910.66   0.13
XYZ32.004116.74618.3830
Yxy16.74610.56020.2931
Hunter Lab40.922067.987016.4997
CIE-Lab47.938572.253325.1558

#df154c color RGB value is (223,21,76).

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

The process color (four color CMYK) of #df154c color hex is 0.00, 0.91, 0.66, 0.13. Web safe color of #df154c is #cc0033. Color #df154c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010101 01001100
Octal 337 25 114
Decimal 223 21 76
Hex DF 15 4C

RGB Percentages of Color #df154c

%69.69
%6.56
%23.75

CMYK Percentages of Color #df154c

%0
%91
%66
%13

Triadic Colors of #df154c

#df154c #4cdf15 #154cdf

Analogous Colors of #df154c

#df154c #df4315 #df15b1

Monochromatic Colors of #df154c

#df154c

Complementary Color

#df154c #15dfa8

#df154c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df154c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df154c Color CSS Codes

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

#df154c Text Font Color

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

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


#df154c Background Color

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

This div background color is #df154c


#df154c Border Color

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

This div border color is #df154c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df154c


Comments

No comments written yet.

Please login to write comment.