Color Hex Logo

#df062b Color Hex

#DF062B
(223,6,43)
0 Favorites   0 Comments

Color spaces of #df062b

RGB 223643
HSL0.970.950.45
HSV350°97°87°
CMYK 0.000.970.81   0.13
XYZ30.932615.99263.7421
Yxy15.99260.61050.3156
Hunter Lab39.990768.084822.4455
CIE-Lab46.964872.524243.5348

#df062b color RGB value is (223,6,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000110 00101011
Octal 337 6 53
Decimal 223 6 43
Hex DF 6 2B

RGB Percentages of Color #df062b

%81.99
%2.21
%15.81

CMYK Percentages of Color #df062b

%0
%97
%81
%13

Triadic Colors of #df062b

#df062b #2bdf06 #062bdf

Analogous Colors of #df062b

#df062b #df4e06 #df0698

Monochromatic Colors of #df062b

#df062b

Complementary Color

#df062b #06dfba

#df062b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df062b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df062b Color CSS Codes

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

#df062b Text Font Color

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

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


#df062b Background Color

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

This div background color is #df062b


#df062b Border Color

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

This div border color is #df062b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df062b


Comments

No comments written yet.

Please login to write comment.