Color Hex Logo

#df1187 Color Hex

#DF1187
(223,17,135)
0 Favorites   0 Comments

Color spaces of #df1187

RGB 22317135
HSL0.900.860.47
HSV326°92°87°
CMYK 0.000.920.39   0.13
XYZ35.005017.838124.5198
Yxy17.83810.45250.2306
Hunter Lab42.235274.0313-4.8564
CIE-Lab49.299176.9375-9.0943

#df1187 color RGB value is (223,17,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010001 10000111
Octal 337 21 207
Decimal 223 17 135
Hex DF 11 87

RGB Percentages of Color #df1187

%59.47
%4.53
%36.00

CMYK Percentages of Color #df1187

%0
%92
%39
%13

Triadic Colors of #df1187

#df1187 #87df11 #1187df

Analogous Colors of #df1187

#df1187 #df1120 #d011df

Monochromatic Colors of #df1187

#df1187

Complementary Color

#df1187 #11df69

#df1187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1187 Color CSS Codes

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

#df1187 Text Font Color

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

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


#df1187 Background Color

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

This div background color is #df1187


#df1187 Border Color

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

This div border color is #df1187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1187


Comments

No comments written yet.

Please login to write comment.