Color Hex Logo

#df1edb Color Hex

#DF1EDB
(223,30,219)
0 Favorites   0 Comments

Color spaces of #df1edb

RGB 22330219
HSL0.840.760.50
HSV301°87°87°
CMYK 0.000.870.02   0.13
XYZ43.681921.731068.9100
Yxy21.73100.32520.1618
Hunter Lab46.616585.6841-55.0128
CIE-Lab53.740485.2500-51.4712

#df1edb color RGB value is (223,30,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011110 11011011
Octal 337 36 333
Decimal 223 30 219
Hex DF 1E DB

RGB Percentages of Color #df1edb

%47.25
%6.36
%46.40

CMYK Percentages of Color #df1edb

%0
%87
%2
%13

Triadic Colors of #df1edb

#df1edb #dbdf1e #1edbdf

Analogous Colors of #df1edb

#df1edb #df1e7b #831edf

Monochromatic Colors of #df1edb

#df1edb

Complementary Color

#df1edb #1edf22

#df1edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1edb Color CSS Codes

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

#df1edb Text Font Color

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

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


#df1edb Background Color

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

This div background color is #df1edb


#df1edb Border Color

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

This div border color is #df1edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1edb


Comments

No comments written yet.

Please login to write comment.