Color Hex Logo

#df3030 Color Hex

#DF3030
(223,48,48)
0 Favorites   0 Comments

Color spaces of #df3030

RGB 2234848
HSL0.000.730.53
HSV78°87°
CMYK 0.000.780.78   0.13
XYZ32.021918.01534.5859
Yxy18.01530.58620.3298
Hunter Lab42.444460.390323.3051
CIE-Lab49.514765.524043.3709

#df3030 color RGB value is (223,48,48).

#df3030 hex color red value is 223, green value is 48 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #df3030 hue: 0.00 , saturation: 0.73 and the lightness value of df3030 is 0.53.

The process color (four color CMYK) of #df3030 color hex is 0.00, 0.78, 0.78, 0.13. Web safe color of #df3030 is #cc3333. Color #df3030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 00110000
Octal 337 60 60
Decimal 223 48 48
Hex DF 30 30

RGB Percentages of Color #df3030

%69.91
%15.05
%15.05

CMYK Percentages of Color #df3030

%0
%78
%78
%13

Triadic Colors of #df3030

#df3030 #30df30 #3030df

Analogous Colors of #df3030

#df3030 #df8830 #df3088

Monochromatic Colors of #df3030

#df3030

Complementary Color

#df3030 #30dfdf

#df3030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3030 Color CSS Codes

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

#df3030 Text Font Color

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

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


#df3030 Background Color

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

This div background color is #df3030


#df3030 Border Color

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

This div border color is #df3030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3030


Comments

No comments written yet.

Please login to write comment.