Color Hex Logo

#df1dbf Color Hex

#DF1DBF
(223,29,191)
0 Favorites   0 Comments

Color spaces of #df1dbf

RGB 22329191
HSL0.860.770.49
HSV310°87°87°
CMYK 0.000.870.14   0.13
XYZ40.274820.328351.0913
Yxy20.32830.36060.1820
Hunter Lab45.086980.5466-35.6250
CIE-Lab52.206481.5575-37.8176

#df1dbf color RGB value is (223,29,191).

#df1dbf hex color red value is 223, green value is 29 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #df1dbf hue: 0.86 , saturation: 0.77 and the lightness value of df1dbf is 0.49.

The process color (four color CMYK) of #df1dbf color hex is 0.00, 0.87, 0.14, 0.13. Web safe color of #df1dbf is #cc33cc. Color #df1dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011101 10111111
Octal 337 35 277
Decimal 223 29 191
Hex DF 1D BF

RGB Percentages of Color #df1dbf

%50.34
%6.55
%43.12

CMYK Percentages of Color #df1dbf

%0
%87
%14
%13

Triadic Colors of #df1dbf

#df1dbf #bfdf1d #1dbfdf

Analogous Colors of #df1dbf

#df1dbf #df1d5e #9e1ddf

Monochromatic Colors of #df1dbf

#df1dbf

Complementary Color

#df1dbf #1ddf3d

#df1dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1dbf Color CSS Codes

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

#df1dbf Text Font Color

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

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


#df1dbf Background Color

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

This div background color is #df1dbf


#df1dbf Border Color

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

This div border color is #df1dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1dbf


Comments

No comments written yet.

Please login to write comment.