Color Hex Logo

#df2679 Color Hex

#DF2679
(223,38,121)
0 Favorites   0 Comments

Color spaces of #df2679

RGB 22338121
HSL0.930.740.51
HSV333°83°87°
CMYK 0.000.830.46   0.13
XYZ34.575718.454719.8289
Yxy18.45470.47460.2533
Hunter Lab42.958968.48842.7043
CIE-Lab50.043072.26000.5030

#df2679 color RGB value is (223,38,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100110 01111001
Octal 337 46 171
Decimal 223 38 121
Hex DF 26 79

RGB Percentages of Color #df2679

%58.38
%9.95
%31.68

CMYK Percentages of Color #df2679

%0
%83
%46
%13

Triadic Colors of #df2679

#df2679 #79df26 #2679df

Analogous Colors of #df2679

#df2679 #df2f26 #df26d6

Monochromatic Colors of #df2679

#df2679

Complementary Color

#df2679 #26df8c

#df2679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df2679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df2679 Color CSS Codes

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

#df2679 Text Font Color

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

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


#df2679 Background Color

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

This div background color is #df2679


#df2679 Border Color

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

This div border color is #df2679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df2679


Comments

No comments written yet.

Please login to write comment.