Color Hex Logo

#df462e Color Hex

#DF462E
(223,70,46)
0 Favorites   0 Comments

Color spaces of #df462e

RGB 2237046
HSL0.020.730.53
HSV79°87°
CMYK 0.000.690.79   0.13
XYZ33.114720.26554.7511
Yxy20.26550.56970.3486
Hunter Lab45.017252.524625.2546
CIE-Lab52.136158.138447.0648

#df462e color RGB value is (223,70,46).

#df462e hex color red value is 223, green value is 70 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #df462e hue: 0.02 , saturation: 0.73 and the lightness value of df462e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 00101110
Octal 337 106 56
Decimal 223 70 46
Hex DF 46 2E

RGB Percentages of Color #df462e

%65.78
%20.65
%13.57

CMYK Percentages of Color #df462e

%0
%69
%79
%13

Triadic Colors of #df462e

#df462e #2edf46 #462edf

Analogous Colors of #df462e

#df462e #df9f2e #df2e6f

Monochromatic Colors of #df462e

#df462e

Complementary Color

#df462e #2ec7df

#df462e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df462e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df462e Color CSS Codes

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

#df462e Text Font Color

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

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


#df462e Background Color

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

This div background color is #df462e


#df462e Border Color

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

This div border color is #df462e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df462e


Comments

No comments written yet.

Please login to write comment.