Color Hex Logo

#df214f Color Hex

#DF214F
(223,33,79)
0 Favorites   0 Comments

Color spaces of #df214f

RGB 2233379
HSL0.960.750.50
HSV345°85°87°
CMYK 0.000.850.65   0.13
XYZ32.386617.34029.0372
Yxy17.34020.55110.2951
Hunter Lab41.641665.955116.2818
CIE-Lab48.685970.412324.2862

#df214f color RGB value is (223,33,79).

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

The process color (four color CMYK) of #df214f color hex is 0.00, 0.85, 0.65, 0.13. Web safe color of #df214f is #cc3366. Color #df214f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100001 01001111
Octal 337 41 117
Decimal 223 33 79
Hex DF 21 4F

RGB Percentages of Color #df214f

%66.57
%9.85
%23.58

CMYK Percentages of Color #df214f

%0
%85
%65
%13

Triadic Colors of #df214f

#df214f #4fdf21 #214fdf

Analogous Colors of #df214f

#df214f #df5221 #df21ae

Monochromatic Colors of #df214f

#df214f

Complementary Color

#df214f #21dfb1

#df214f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df214f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df214f Color CSS Codes

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

#df214f Text Font Color

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

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


#df214f Background Color

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

This div background color is #df214f


#df214f Border Color

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

This div border color is #df214f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df214f


Comments

No comments written yet.

Please login to write comment.