Color Hex Logo

#df2961 Color Hex

#DF2961
(223,41,97)
0 Favorites   0 Comments

Color spaces of #df2961

RGB 2234197
HSL0.950.740.52
HSV342°82°87°
CMYK 0.000.820.57   0.13
XYZ33.382018.136913.0506
Yxy18.13690.51700.2809
Hunter Lab42.587465.388511.6422
CIE-Lab49.661769.747714.6001

#df2961 color RGB value is (223,41,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 01100001
Octal 337 51 141
Decimal 223 41 97
Hex DF 29 61

RGB Percentages of Color #df2961

%61.77
%11.36
%26.87

CMYK Percentages of Color #df2961

%0
%82
%57
%13

Triadic Colors of #df2961

#df2961 #61df29 #2961df

Analogous Colors of #df2961

#df2961 #df4c29 #df29bc

Monochromatic Colors of #df2961

#df2961

Complementary Color

#df2961 #29dfa7

#df2961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df2961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df2961 Color CSS Codes

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

#df2961 Text Font Color

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

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


#df2961 Background Color

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

This div background color is #df2961


#df2961 Border Color

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

This div border color is #df2961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df2961


Comments

No comments written yet.

Please login to write comment.