Color Hex Logo

#df264c Color Hex

#DF264C
(223,38,76)
0 Favorites   0 Comments

Color spaces of #df264c

RGB 2233876
HSL0.970.740.51
HSV348°83°87°
CMYK 0.000.830.66   0.13
XYZ32.429017.59608.5246
Yxy17.59600.55390.3005
Hunter Lab41.947664.587217.3144
CIE-Lab49.002469.200326.5136

#df264c color RGB value is (223,38,76).

#df264c hex color red value is 223, green value is 38 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #df264c hue: 0.97 , saturation: 0.74 and the lightness value of df264c is 0.51.

The process color (four color CMYK) of #df264c color hex is 0.00, 0.83, 0.66, 0.13. Web safe color of #df264c is #cc3333. Color #df264c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100110 01001100
Octal 337 46 114
Decimal 223 38 76
Hex DF 26 4C

RGB Percentages of Color #df264c

%66.17
%11.28
%22.55

CMYK Percentages of Color #df264c

%0
%83
%66
%13

Triadic Colors of #df264c

#df264c #4cdf26 #264cdf

Analogous Colors of #df264c

#df264c #df5c26 #df26a9

Monochromatic Colors of #df264c

#df264c

Complementary Color

#df264c #26dfb9

#df264c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df264c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df264c Color CSS Codes

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

#df264c Text Font Color

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

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


#df264c Background Color

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

This div background color is #df264c


#df264c Border Color

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

This div border color is #df264c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df264c


Comments

No comments written yet.

Please login to write comment.