Color Hex Logo

#df0370 Color Hex

#DF0370
(223,3,112)
0 Favorites   0 Comments

Color spaces of #df0370

RGB 2233112
HSL0.920.970.44
HSV330°99°87°
CMYK 0.000.990.50   0.13
XYZ33.388616.923016.8359
Yxy16.92300.49720.2520
Hunter Lab41.137672.88574.5314
CIE-Lab48.162976.23163.2789

#df0370 color RGB value is (223,3,112).

#df0370 hex color red value is 223, green value is 3 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #df0370 hue: 0.92 , saturation: 0.97 and the lightness value of df0370 is 0.44.

The process color (four color CMYK) of #df0370 color hex is 0.00, 0.99, 0.50, 0.13. Web safe color of #df0370 is #cc0066. Color #df0370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000011 01110000
Octal 337 3 160
Decimal 223 3 112
Hex DF 3 70

RGB Percentages of Color #df0370

%65.98
%0.89
%33.14

CMYK Percentages of Color #df0370

%0
%99
%50
%13

Triadic Colors of #df0370

#df0370 #70df03 #0370df

Analogous Colors of #df0370

#df0370 #df0403 #df03de

Monochromatic Colors of #df0370

#df0370

Complementary Color

#df0370 #03df72

#df0370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df0370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df0370 Color CSS Codes

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

#df0370 Text Font Color

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

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


#df0370 Background Color

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

This div background color is #df0370


#df0370 Border Color

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

This div border color is #df0370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df0370


Comments

No comments written yet.

Please login to write comment.