Color Hex Logo

#df293a Color Hex

#DF293A
(223,41,58)
0 Favorites   0 Comments

Color spaces of #df293a

RGB 2234158
HSL0.980.740.52
HSV354°82°87°
CMYK 0.000.820.74   0.13
XYZ31.988117.57935.7102
Yxy17.57930.57870.3180
Hunter Lab41.927762.810521.2746
CIE-Lab48.981867.698337.1758

#df293a color RGB value is (223,41,58).

#df293a hex color red value is 223, green value is 41 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #df293a hue: 0.98 , saturation: 0.74 and the lightness value of df293a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 00111010
Octal 337 51 72
Decimal 223 41 58
Hex DF 29 3A

RGB Percentages of Color #df293a

%69.25
%12.73
%18.01

CMYK Percentages of Color #df293a

%0
%82
%74
%13

Triadic Colors of #df293a

#df293a #3adf29 #293adf

Analogous Colors of #df293a

#df293a #df7329 #df2995

Monochromatic Colors of #df293a

#df293a

Complementary Color

#df293a #29dfce

#df293a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df293a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df293a Color CSS Codes

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

#df293a Text Font Color

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

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


#df293a Background Color

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

This div background color is #df293a


#df293a Border Color

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

This div border color is #df293a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df293a


Comments

No comments written yet.

Please login to write comment.