Color Hex Logo

#df464d Color Hex

#DF464D
(223,70,77)
0 Favorites   0 Comments

Color spaces of #df464d

RGB 2237077
HSL0.990.710.57
HSV357°69°87°
CMYK 0.000.690.65   0.13
XYZ33.961120.60419.2082
Yxy20.60410.53250.3231
Hunter Lab45.391754.114219.7466
CIE-Lab52.513559.484130.3387

#df464d color RGB value is (223,70,77).

#df464d hex color red value is 223, green value is 70 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #df464d hue: 0.99 , saturation: 0.71 and the lightness value of df464d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 01001101
Octal 337 106 115
Decimal 223 70 77
Hex DF 46 4D

RGB Percentages of Color #df464d

%60.27
%18.92
%20.81

CMYK Percentages of Color #df464d

%0
%69
%65
%13

Triadic Colors of #df464d

#df464d #4ddf46 #464ddf

Analogous Colors of #df464d

#df464d #df8c46 #df469a

Monochromatic Colors of #df464d

#df464d

Complementary Color

#df464d #46dfd8

#df464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df464d Color CSS Codes

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

#df464d Text Font Color

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

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


#df464d Background Color

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

This div background color is #df464d


#df464d Border Color

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

This div border color is #df464d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df464d

#df464d Color Palettes


Comments

No comments written yet.

Please login to write comment.