Color Hex Logo

#df175b Color Hex

#DF175B
(223,23,91)
0 Favorites   0 Comments

Color spaces of #df175b

RGB 2232391
HSL0.940.810.48
HSV340°90°87°
CMYK 0.000.900.59   0.13
XYZ32.626117.056111.4701
Yxy17.05610.53350.2789
Hunter Lab41.299068.741112.4425
CIE-Lab48.330672.802116.4583

#df175b color RGB value is (223,23,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010111 01011011
Octal 337 27 133
Decimal 223 23 91
Hex DF 17 5B

RGB Percentages of Color #df175b

%66.17
%6.82
%27.00

CMYK Percentages of Color #df175b

%0
%90
%59
%13

Triadic Colors of #df175b

#df175b #5bdf17 #175bdf

Analogous Colors of #df175b

#df175b #df3717 #df17bf

Monochromatic Colors of #df175b

#df175b

Complementary Color

#df175b #17df9b

#df175b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df175b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df175b Color CSS Codes

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

#df175b Text Font Color

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

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


#df175b Background Color

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

This div background color is #df175b


#df175b Border Color

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

This div border color is #df175b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df175b


Comments

No comments written yet.

Please login to write comment.