Color Hex Logo

#df062f Color Hex

#DF062F
(223,6,47)
0 Favorites   0 Comments

Color spaces of #df062f

RGB 223647
HSL0.970.950.45
HSV349°97°87°
CMYK 0.000.970.79   0.13
XYZ31.009616.02354.1478
Yxy16.02350.60590.3131
Hunter Lab40.029468.227421.8770
CIE-Lab47.005372.634741.3349

#df062f color RGB value is (223,6,47).

#df062f hex color red value is 223, green value is 6 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #df062f hue: 0.97 , saturation: 0.95 and the lightness value of df062f is 0.45.

The process color (four color CMYK) of #df062f color hex is 0.00, 0.97, 0.79, 0.13. Web safe color of #df062f is #cc0033. Color #df062f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000110 00101111
Octal 337 6 57
Decimal 223 6 47
Hex DF 6 2F

RGB Percentages of Color #df062f

%80.80
%2.17
%17.03

CMYK Percentages of Color #df062f

%0
%97
%79
%13

Triadic Colors of #df062f

#df062f #2fdf06 #062fdf

Analogous Colors of #df062f

#df062f #df4a06 #df069c

Monochromatic Colors of #df062f

#df062f

Complementary Color

#df062f #06dfb6

#df062f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df062f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df062f Color CSS Codes

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

#df062f Text Font Color

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

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


#df062f Background Color

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

This div background color is #df062f


#df062f Border Color

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

This div border color is #df062f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df062f


Comments

No comments written yet.

Please login to write comment.