Color Hex Logo

#df274d Color Hex

#DF274D
(223,39,77)
0 Favorites   0 Comments

Color spaces of #df274d

RGB 2233977
HSL0.970.740.51
HSV348°83°87°
CMYK 0.000.830.65   0.13
XYZ32.496517.67488.7200
Yxy17.67480.55180.3001
Hunter Lab42.041464.401617.1314
CIE-Lab49.099369.024926.0319

#df274d color RGB value is (223,39,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 01001101
Octal 337 47 115
Decimal 223 39 77
Hex DF 27 4D

RGB Percentages of Color #df274d

%65.78
%11.50
%22.71

CMYK Percentages of Color #df274d

%0
%83
%65
%13

Triadic Colors of #df274d

#df274d #4ddf27 #274ddf

Analogous Colors of #df274d

#df274d #df5d27 #df27a9

Monochromatic Colors of #df274d

#df274d

Complementary Color

#df274d #27dfb9

#df274d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df274d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df274d Color CSS Codes

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

#df274d Text Font Color

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

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


#df274d Background Color

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

This div background color is #df274d


#df274d Border Color

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

This div border color is #df274d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df274d


Comments

No comments written yet.

Please login to write comment.