Color Hex Logo

#df1376 Color Hex

#DF1376
(223,19,118)
0 Favorites   0 Comments

Color spaces of #df1376

RGB 22319118
HSL0.920.840.47
HSV331°91°87°
CMYK 0.000.910.47   0.13
XYZ33.934317.461718.7215
Yxy17.46170.48400.2490
Hunter Lab41.787271.82762.6879
CIE-Lab48.836675.23930.5739

#df1376 color RGB value is (223,19,118).

#df1376 hex color red value is 223, green value is 19 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #df1376 hue: 0.92 , saturation: 0.84 and the lightness value of df1376 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010011 01110110
Octal 337 23 166
Decimal 223 19 118
Hex DF 13 76

RGB Percentages of Color #df1376

%61.94
%5.28
%32.78

CMYK Percentages of Color #df1376

%0
%91
%47
%13

Triadic Colors of #df1376

#df1376 #76df13 #1376df

Analogous Colors of #df1376

#df1376 #df1613 #df13dc

Monochromatic Colors of #df1376

#df1376

Complementary Color

#df1376 #13df7c

#df1376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1376 Color CSS Codes

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

#df1376 Text Font Color

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

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


#df1376 Background Color

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

This div background color is #df1376


#df1376 Border Color

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

This div border color is #df1376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1376


Comments

No comments written yet.

Please login to write comment.