Color Hex Logo

#df295a Color Hex

#DF295A
(223,41,90)
0 Favorites   0 Comments

Color spaces of #df295a

RGB 2234190
HSL0.960.740.52
HSV344°82°87°
CMYK 0.000.820.60   0.13
XYZ33.069818.012011.4066
Yxy18.01200.52920.2882
Hunter Lab42.440564.816813.7732
CIE-Lab49.510769.295718.6674

#df295a color RGB value is (223,41,90).

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

The process color (four color CMYK) of #df295a color hex is 0.00, 0.82, 0.60, 0.13. Web safe color of #df295a is #cc3366. Color #df295a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 01011010
Octal 337 51 132
Decimal 223 41 90
Hex DF 29 5A

RGB Percentages of Color #df295a

%62.99
%11.58
%25.42

CMYK Percentages of Color #df295a

%0
%82
%60
%13

Triadic Colors of #df295a

#df295a #5adf29 #295adf

Analogous Colors of #df295a

#df295a #df5329 #df29b5

Monochromatic Colors of #df295a

#df295a

Complementary Color

#df295a #29dfae

#df295a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df295a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df295a Color CSS Codes

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

#df295a Text Font Color

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

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


#df295a Background Color

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

This div background color is #df295a


#df295a Border Color

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

This div border color is #df295a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df295a


Comments

No comments written yet.

Please login to write comment.