Color Hex Logo

#df213f Color Hex

#DF213F
(223,33,63)
0 Favorites   0 Comments

Color spaces of #df213f

RGB 2233363
HSL0.970.750.50
HSV351°85°87°
CMYK 0.000.850.72   0.13
XYZ31.872517.13466.3301
Yxy17.13460.57600.3096
Hunter Lab41.394065.001919.9090
CIE-Lab48.429269.660933.6065

#df213f color RGB value is (223,33,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100001 00111111
Octal 337 41 77
Decimal 223 33 63
Hex DF 21 3F

RGB Percentages of Color #df213f

%69.91
%10.34
%19.75

CMYK Percentages of Color #df213f

%0
%85
%72
%13

Triadic Colors of #df213f

#df213f #3fdf21 #213fdf

Analogous Colors of #df213f

#df213f #df6221 #df219e

Monochromatic Colors of #df213f

#df213f

Complementary Color

#df213f #21dfc1

#df213f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df213f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df213f Color CSS Codes

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

#df213f Text Font Color

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

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


#df213f Background Color

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

This div background color is #df213f


#df213f Border Color

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

This div border color is #df213f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df213f


Comments

No comments written yet.

Please login to write comment.