Color Hex Logo

#df2248 Color Hex

#DF2248
(223,34,72)
0 Favorites   0 Comments

Color spaces of #df2248

RGB 2233472
HSL0.970.750.50
HSV348°85°87°
CMYK 0.000.850.68   0.13
XYZ32.173217.29997.7744
Yxy17.29990.56200.3022
Hunter Lab41.593165.285618.0330
CIE-Lab48.635769.859728.4687

#df2248 color RGB value is (223,34,72).

#df2248 hex color red value is 223, green value is 34 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #df2248 hue: 0.97 , saturation: 0.75 and the lightness value of df2248 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100010 01001000
Octal 337 42 110
Decimal 223 34 72
Hex DF 22 48

RGB Percentages of Color #df2248

%67.78
%10.33
%21.88

CMYK Percentages of Color #df2248

%0
%85
%68
%13

Triadic Colors of #df2248

#df2248 #48df22 #2248df

Analogous Colors of #df2248

#df2248 #df5b22 #df22a7

Monochromatic Colors of #df2248

#df2248

Complementary Color

#df2248 #22dfb9

#df2248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df2248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df2248 Color CSS Codes

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

#df2248 Text Font Color

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

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


#df2248 Background Color

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

This div background color is #df2248


#df2248 Border Color

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

This div border color is #df2248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df2248


Comments

No comments written yet.

Please login to write comment.