Color Hex Logo

#df155a Color Hex

#DF155A
(223,21,90)
0 Favorites   0 Comments

Color spaces of #df155a

RGB 2232190
HSL0.940.830.48
HSV340°91°87°
CMYK 0.000.910.60   0.13
XYZ32.545116.962511.2316
Yxy16.96250.53580.2793
Hunter Lab41.185668.977212.6611
CIE-Lab48.212873.020316.9143

#df155a color RGB value is (223,21,90).

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

The process color (four color CMYK) of #df155a color hex is 0.00, 0.91, 0.60, 0.13. Web safe color of #df155a is #cc0066. Color #df155a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010101 01011010
Octal 337 25 132
Decimal 223 21 90
Hex DF 15 5A

RGB Percentages of Color #df155a

%66.77
%6.29
%26.95

CMYK Percentages of Color #df155a

%0
%91
%60
%13

Triadic Colors of #df155a

#df155a #5adf15 #155adf

Analogous Colors of #df155a

#df155a #df3515 #df15bf

Monochromatic Colors of #df155a

#df155a

Complementary Color

#df155a #15df9a

#df155a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df155a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df155a Color CSS Codes

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

#df155a Text Font Color

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

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


#df155a Background Color

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

This div background color is #df155a


#df155a Border Color

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

This div border color is #df155a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df155a


Comments

No comments written yet.

Please login to write comment.