Color Hex Logo

#df264d Color Hex

#DF264D
(223,38,77)
0 Favorites   0 Comments

Color spaces of #df264d

RGB 2233877
HSL0.960.740.51
HSV347°83°87°
CMYK 0.000.830.65   0.13
XYZ32.464117.61008.7092
Yxy17.61000.55230.2996
Hunter Lab41.964364.652417.0700
CIE-Lab49.019669.252025.9302

#df264d color RGB value is (223,38,77).

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

The process color (four color CMYK) of #df264d color hex is 0.00, 0.83, 0.65, 0.13. Web safe color of #df264d is #cc3366. Color #df264d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100110 01001101
Octal 337 46 115
Decimal 223 38 77
Hex DF 26 4D

RGB Percentages of Color #df264d

%65.98
%11.24
%22.78

CMYK Percentages of Color #df264d

%0
%83
%65
%13

Triadic Colors of #df264d

#df264d #4ddf26 #264ddf

Analogous Colors of #df264d

#df264d #df5b26 #df26aa

Monochromatic Colors of #df264d

#df264d

Complementary Color

#df264d #26dfb8

#df264d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df264d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df264d Color CSS Codes

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

#df264d Text Font Color

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

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


#df264d Background Color

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

This div background color is #df264d


#df264d Border Color

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

This div border color is #df264d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df264d


Comments

No comments written yet.

Please login to write comment.