Color Hex Logo

#df294a Color Hex

#DF294A
(223,41,74)
0 Favorites   0 Comments

Color spaces of #df294a

RGB 2234174
HSL0.970.740.52
HSV349°82°87°
CMYK 0.000.820.67   0.13
XYZ32.460417.76838.1973
Yxy17.76830.55560.3041
Hunter Lab42.152563.690917.9767
CIE-Lab49.213968.401427.9876

#df294a color RGB value is (223,41,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 01001010
Octal 337 51 112
Decimal 223 41 74
Hex DF 29 4A

RGB Percentages of Color #df294a

%65.98
%12.13
%21.89

CMYK Percentages of Color #df294a

%0
%82
%67
%13

Triadic Colors of #df294a

#df294a #4adf29 #294adf

Analogous Colors of #df294a

#df294a #df6329 #df29a5

Monochromatic Colors of #df294a

#df294a

Complementary Color

#df294a #29dfbe

#df294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df294a Color CSS Codes

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

#df294a Text Font Color

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

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


#df294a Background Color

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

This div background color is #df294a


#df294a Border Color

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

This div border color is #df294a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df294a


Comments

No comments written yet.

Please login to write comment.