Color Hex Logo

#df1195 Color Hex

#DF1195
(223,17,149)
0 Favorites   0 Comments

Color spaces of #df1195

RGB 22317149
HSL0.890.860.47
HSV322°92°87°
CMYK 0.000.920.33   0.13
XYZ36.056718.258830.0577
Yxy18.25880.42730.2164
Hunter Lab42.730375.8438-11.7950
CIE-Lab49.808578.2959-16.7623

#df1195 color RGB value is (223,17,149).

#df1195 hex color red value is 223, green value is 17 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #df1195 hue: 0.89 , saturation: 0.86 and the lightness value of df1195 is 0.47.

The process color (four color CMYK) of #df1195 color hex is 0.00, 0.92, 0.33, 0.13. Web safe color of #df1195 is #cc0099. Color #df1195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010001 10010101
Octal 337 21 225
Decimal 223 17 149
Hex DF 11 95

RGB Percentages of Color #df1195

%57.33
%4.37
%38.30

CMYK Percentages of Color #df1195

%0
%92
%33
%13

Triadic Colors of #df1195

#df1195 #95df11 #1195df

Analogous Colors of #df1195

#df1195 #df112e #c211df

Monochromatic Colors of #df1195

#df1195

Complementary Color

#df1195 #11df5b

#df1195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1195 Color CSS Codes

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

#df1195 Text Font Color

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

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


#df1195 Background Color

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

This div background color is #df1195


#df1195 Border Color

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

This div border color is #df1195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1195


Comments

No comments written yet.

Please login to write comment.