Color Hex Logo

#df274f Color Hex

#DF274F
(223,39,79)
0 Favorites   0 Comments

Color spaces of #df274f

RGB 2233979
HSL0.960.740.51
HSV347°83°87°
CMYK 0.000.830.65   0.13
XYZ32.568217.70359.0977
Yxy17.70350.54860.2982
Hunter Lab42.075564.534216.6330
CIE-Lab49.134569.130024.8655

#df274f color RGB value is (223,39,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 01001111
Octal 337 47 117
Decimal 223 39 79
Hex DF 27 4F

RGB Percentages of Color #df274f

%65.40
%11.44
%23.17

CMYK Percentages of Color #df274f

%0
%83
%65
%13

Triadic Colors of #df274f

#df274f #4fdf27 #274fdf

Analogous Colors of #df274f

#df274f #df5b27 #df27ab

Monochromatic Colors of #df274f

#df274f

Complementary Color

#df274f #27dfb7

#df274f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df274f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df274f Color CSS Codes

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

#df274f Text Font Color

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

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


#df274f Background Color

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

This div background color is #df274f


#df274f Border Color

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

This div border color is #df274f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,39,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 #df274f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df274f


Comments

No comments written yet.

Please login to write comment.