Color Hex Logo

#df0961 Color Hex

#DF0961
(223,9,97)
0 Favorites   0 Comments

Color spaces of #df0961

RGB 223997
HSL0.930.920.45
HSV335°96°87°
CMYK 0.000.960.57   0.13
XYZ32.686816.746412.8189
Yxy16.74640.52510.2690
Hunter Lab40.922470.963010.0731
CIE-Lab47.938974.707612.2167

#df0961 color RGB value is (223,9,97).

#df0961 hex color red value is 223, green value is 9 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #df0961 hue: 0.93 , saturation: 0.92 and the lightness value of df0961 is 0.45.

The process color (four color CMYK) of #df0961 color hex is 0.00, 0.96, 0.57, 0.13. Web safe color of #df0961 is #cc0066. Color #df0961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001001 01100001
Octal 337 11 141
Decimal 223 9 97
Hex DF 9 61

RGB Percentages of Color #df0961

%67.78
%2.74
%29.48

CMYK Percentages of Color #df0961

%0
%96
%57
%13

Triadic Colors of #df0961

#df0961 #61df09 #0961df

Analogous Colors of #df0961

#df0961 #df1c09 #df09cc

Monochromatic Colors of #df0961

#df0961

Complementary Color

#df0961 #09df87

#df0961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df0961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df0961 Color CSS Codes

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

#df0961 Text Font Color

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

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


#df0961 Background Color

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

This div background color is #df0961


#df0961 Border Color

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

This div border color is #df0961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df0961


Comments

No comments written yet.

Please login to write comment.