Color Hex Logo

#df403a Color Hex

#DF403A
(223,64,58)
0 Favorites   0 Comments

Color spaces of #df403a

RGB 2236458
HSL0.010.720.55
HSV74°87°
CMYK 0.000.710.74   0.13
XYZ33.028519.66036.0570
Yxy19.66030.56220.3347
Hunter Lab44.339955.368522.9387
CIE-Lab51.450960.786039.9471

#df403a color RGB value is (223,64,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 00111010
Octal 337 100 72
Decimal 223 64 58
Hex DF 40 3A

RGB Percentages of Color #df403a

%64.64
%18.55
%16.81

CMYK Percentages of Color #df403a

%0
%71
%74
%13

Triadic Colors of #df403a

#df403a #3adf40 #403adf

Analogous Colors of #df403a

#df403a #df933a #df3a87

Monochromatic Colors of #df403a

#df403a

Complementary Color

#df403a #3ad9df

#df403a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df403a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df403a Color CSS Codes

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

#df403a Text Font Color

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

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


#df403a Background Color

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

This div background color is #df403a


#df403a Border Color

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

This div border color is #df403a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df403a


Comments

No comments written yet.

Please login to write comment.