color codes Logo

#df073a color codes

#DF073A
(223,7,58)
0 Favorites   0 Comments

Color spaces of #df073a

RGB 223758
HSL0.960.940.45
HSV346°97°87°
CMYK 0.000.970.74   0.13
XYZ31.271116.14545.4712
Yxy16.14540.59130.3053
Hunter Lab40.181368.600220.0539
CIE-Lab47.164772.912635.1022

#df073a color RGB value is (223,7,58).

#df073a hex color red value is 223, green value is 7 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #df073a hue: 0.96 , saturation: 0.94 and the lightness value of df073a is 0.45.

The process color (four color CMYK) of #df073a color code is 0.00, 0.97, 0.74, 0.13. Web safe color of #df073a is #cc0033. Color #df073a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000111 00111010
Octal 337 7 72
Decimal 223 7 58
Hex DF 7 3A

RGB Percentages of Color #df073a

%77.43
%2.43
%20.14

CMYK Percentages of Color #df073a

%0
%97
%74
%13

Triadic Colors of #df073a

#df073a #3adf07 #073adf

Analogous Colors of #df073a

#df073a #df4007 #df07a6

Monochromatic Colors of #df073a

#df073a

Complementary Color

#df073a #07dfac

#df073a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df073a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df073a Color CSS Codes

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

#df073a Text Font Color

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

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


#df073a Background Color

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

This div background color is #df073a


#df073a Border Color

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

This div border color is #df073a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df073a


Comments

No comments written yet.

Please login to write comment.