Color Hex Logo

#df278d Color Hex

#DF278D
(223,39,141)
0 Favorites   0 Comments

Color spaces of #df278d

RGB 22339141
HSL0.910.740.51
HSV327°83°87°
CMYK 0.000.830.37   0.13
XYZ35.964719.062126.9831
Yxy19.06210.43850.2324
Hunter Lab43.660270.6326-6.0806
CIE-Lab50.759873.8875-10.5213

#df278d color RGB value is (223,39,141).

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

The process color (four color CMYK) of #df278d color hex is 0.00, 0.83, 0.37, 0.13. Web safe color of #df278d is #cc3399. Color #df278d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100111 10001101
Octal 337 47 215
Decimal 223 39 141
Hex DF 27 8D

RGB Percentages of Color #df278d

%55.33
%9.68
%34.99

CMYK Percentages of Color #df278d

%0
%83
%37
%13

Triadic Colors of #df278d

#df278d #8ddf27 #278ddf

Analogous Colors of #df278d

#df278d #df2731 #d527df

Monochromatic Colors of #df278d

#df278d

Complementary Color

#df278d #27df79

#df278d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df278d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df278d Color CSS Codes

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

#df278d Text Font Color

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

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


#df278d Background Color

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

This div background color is #df278d


#df278d Border Color

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

This div border color is #df278d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df278d


Comments

No comments written yet.

Please login to write comment.