Color Hex Logo

#df464f Color Hex

#DF464F
(223,70,79)
0 Favorites   0 Comments

Color spaces of #df464f

RGB 2237079
HSL0.990.710.57
HSV356°69°87°
CMYK 0.000.690.65   0.13
XYZ34.032920.63289.5859
Yxy20.63280.52970.3211
Hunter Lab45.423354.248219.2841
CIE-Lab52.545359.596929.2093

#df464f color RGB value is (223,70,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 01001111
Octal 337 106 117
Decimal 223 70 79
Hex DF 46 4F

RGB Percentages of Color #df464f

%59.95
%18.82
%21.24

CMYK Percentages of Color #df464f

%0
%69
%65
%13

Triadic Colors of #df464f

#df464f #4fdf46 #464fdf

Analogous Colors of #df464f

#df464f #df8a46 #df469c

Monochromatic Colors of #df464f

#df464f

Complementary Color

#df464f #46dfd6

#df464f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df464f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df464f Color CSS Codes

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

#df464f Text Font Color

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

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


#df464f Background Color

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

This div background color is #df464f


#df464f Border Color

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

This div border color is #df464f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df464f


Comments

No comments written yet.

Please login to write comment.