Color Hex Logo

#df463a Color Hex

#DF463A
(223,70,58)
0 Favorites   0 Comments

Color spaces of #df463a

RGB 2237058
HSL0.010.720.55
HSV74°87°
CMYK 0.000.690.74   0.13
XYZ33.385320.37386.1759
Yxy20.37380.55700.3399
Hunter Lab45.137353.035023.4838
CIE-Lab52.257258.571940.8409

#df463a color RGB value is (223,70,58).

#df463a hex color red value is 223, green value is 70 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #df463a hue: 0.01 , saturation: 0.72 and the lightness value of df463a is 0.55.

The process color (four color CMYK) of #df463a color hex is 0.00, 0.69, 0.74, 0.13. Web safe color of #df463a is #cc3333. Color #df463a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 00111010
Octal 337 106 72
Decimal 223 70 58
Hex DF 46 3A

RGB Percentages of Color #df463a

%63.53
%19.94
%16.52

CMYK Percentages of Color #df463a

%0
%69
%74
%13

Triadic Colors of #df463a

#df463a #3adf46 #463adf

Analogous Colors of #df463a

#df463a #df993a #df3a81

Monochromatic Colors of #df463a

#df463a

Complementary Color

#df463a #3ad3df

#df463a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df463a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df463a Color CSS Codes

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

#df463a Text Font Color

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

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


#df463a Background Color

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

This div background color is #df463a


#df463a Border Color

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

This div border color is #df463a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df463a


Comments

No comments written yet.

Please login to write comment.