Color Hex Logo

#df1f8a Color Hex

#DF1F8A
(223,31,138)
0 Favorites   0 Comments

Color spaces of #df1f8a

RGB 22331138
HSL0.910.760.50
HSV327°86°87°
CMYK 0.000.860.38   0.13
XYZ35.508918.502925.7447
Yxy18.50290.44520.2320
Hunter Lab43.015072.0756-5.3749
CIE-Lab50.100575.1951-9.7060

#df1f8a color RGB value is (223,31,138).

#df1f8a hex color red value is 223, green value is 31 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #df1f8a hue: 0.91 , saturation: 0.76 and the lightness value of df1f8a is 0.50.

The process color (four color CMYK) of #df1f8a color hex is 0.00, 0.86, 0.38, 0.13. Web safe color of #df1f8a is #cc3399. Color #df1f8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011111 10001010
Octal 337 37 212
Decimal 223 31 138
Hex DF 1F 8A

RGB Percentages of Color #df1f8a

%56.89
%7.91
%35.20

CMYK Percentages of Color #df1f8a

%0
%86
%38
%13

Triadic Colors of #df1f8a

#df1f8a #8adf1f #1f8adf

Analogous Colors of #df1f8a

#df1f8a #df1f2a #d41fdf

Monochromatic Colors of #df1f8a

#df1f8a

Complementary Color

#df1f8a #1fdf74

#df1f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1f8a Color CSS Codes

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

#df1f8a Text Font Color

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

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


#df1f8a Background Color

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

This div background color is #df1f8a


#df1f8a Border Color

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

This div border color is #df1f8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1f8a


Comments

No comments written yet.

Please login to write comment.