Color Hex Logo

#df177d Color Hex

#DF177D
(223,23,125)
0 Favorites   0 Comments

Color spaces of #df177d

RGB 22323125
HSL0.920.810.48
HSV329°90°87°
CMYK 0.000.900.44   0.13
XYZ34.439517.781421.0190
Yxy17.78140.47020.2428
Hunter Lab42.168071.9907-0.0360
CIE-Lab49.229975.2956-3.1230

#df177d color RGB value is (223,23,125).

#df177d hex color red value is 223, green value is 23 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #df177d hue: 0.92 , saturation: 0.81 and the lightness value of df177d is 0.48.

The process color (four color CMYK) of #df177d color hex is 0.00, 0.90, 0.44, 0.13. Web safe color of #df177d is #cc0066. Color #df177d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010111 01111101
Octal 337 27 175
Decimal 223 23 125
Hex DF 17 7D

RGB Percentages of Color #df177d

%60.11
%6.20
%33.69

CMYK Percentages of Color #df177d

%0
%90
%44
%13

Triadic Colors of #df177d

#df177d #7ddf17 #177ddf

Analogous Colors of #df177d

#df177d #df1719 #dd17df

Monochromatic Colors of #df177d

#df177d

Complementary Color

#df177d #17df79

#df177d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df177d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df177d Color CSS Codes

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

#df177d Text Font Color

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

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


#df177d Background Color

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

This div background color is #df177d


#df177d Border Color

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

This div border color is #df177d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df177d


Comments

No comments written yet.

Please login to write comment.