Color Hex Logo

#df175d Color Hex

#DF175D
(223,23,93)
0 Favorites   0 Comments

Color spaces of #df175d

RGB 2232393
HSL0.940.810.48
HSV339°90°87°
CMYK 0.000.900.58   0.13
XYZ32.713617.091111.9306
Yxy17.09110.52990.2768
Hunter Lab41.341468.900311.8286
CIE-Lab48.374672.925315.2866

#df175d color RGB value is (223,23,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010111 01011101
Octal 337 27 135
Decimal 223 23 93
Hex DF 17 5D

RGB Percentages of Color #df175d

%65.78
%6.78
%27.43

CMYK Percentages of Color #df175d

%0
%90
%58
%13

Triadic Colors of #df175d

#df175d #5ddf17 #175ddf

Analogous Colors of #df175d

#df175d #df3517 #df17c1

Monochromatic Colors of #df175d

#df175d

Complementary Color

#df175d #17df99

#df175d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df175d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df175d Color CSS Codes

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

#df175d Text Font Color

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

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


#df175d Background Color

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

This div background color is #df175d


#df175d Border Color

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

This div border color is #df175d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df175d


Comments

No comments written yet.

Please login to write comment.