Color Hex Logo

#df423e Color Hex

#DF423E
(223,66,62)
0 Favorites   0 Comments

Color spaces of #df423e

RGB 2236662
HSL0.000.720.56
HSV72°87°
CMYK 0.000.700.72   0.13
XYZ33.249119.93226.6523
Yxy19.93220.55570.3331
Hunter Lab44.645554.805722.4175
CIE-Lab51.760560.232738.0572

#df423e color RGB value is (223,66,62).

#df423e hex color red value is 223, green value is 66 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #df423e hue: 0.00 , saturation: 0.72 and the lightness value of df423e is 0.56.

The process color (four color CMYK) of #df423e color hex is 0.00, 0.70, 0.72, 0.13. Web safe color of #df423e is #cc3333. Color #df423e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000010 00111110
Octal 337 102 76
Decimal 223 66 62
Hex DF 42 3E

RGB Percentages of Color #df423e

%63.53
%18.80
%17.66

CMYK Percentages of Color #df423e

%0
%70
%72
%13

Triadic Colors of #df423e

#df423e #3edf42 #423edf

Analogous Colors of #df423e

#df423e #df933e #df3e8b

Monochromatic Colors of #df423e

#df423e

Complementary Color

#df423e #3edbdf

#df423e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df423e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df423e Color CSS Codes

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

#df423e Text Font Color

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

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


#df423e Background Color

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

This div background color is #df423e


#df423e Border Color

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

This div border color is #df423e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df423e


Comments

No comments written yet.

Please login to write comment.