Color Hex Logo

#df153e Color Hex

#DF153E
(223,21,62)
0 Favorites   0 Comments

Color spaces of #df153e

RGB 2232162
HSL0.970.830.48
HSV348°91°87°
CMYK 0.000.910.72   0.13
XYZ31.569116.57216.0923
Yxy16.57210.58210.3056
Hunter Lab40.708867.183619.6231
CIE-Lab47.716371.627933.3600

#df153e color RGB value is (223,21,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010101 00111110
Octal 337 25 76
Decimal 223 21 62
Hex DF 15 3E

RGB Percentages of Color #df153e

%72.88
%6.86
%20.26

CMYK Percentages of Color #df153e

%0
%91
%72
%13

Triadic Colors of #df153e

#df153e #3edf15 #153edf

Analogous Colors of #df153e

#df153e #df5115 #df15a3

Monochromatic Colors of #df153e

#df153e

Complementary Color

#df153e #15dfb6

#df153e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df153e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df153e Color CSS Codes

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

#df153e Text Font Color

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

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


#df153e Background Color

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

This div background color is #df153e


#df153e Border Color

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

This div border color is #df153e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df153e


Comments

No comments written yet.

Please login to write comment.