Color Hex Logo

#df5ecb Color Hex

#DF5ECB
(223,94,203)
0 Favorites   0 Comments

Color spaces of #df5ecb

RGB 22394203
HSL0.860.670.62
HSV309°58°87°
CMYK 0.000.580.09   0.13
XYZ45.213628.005259.5224
Yxy28.00520.34060.2110
Hunter Lab52.919959.8965-29.6433
CIE-Lab59.893463.1866-32.6815

#df5ecb color RGB value is (223,94,203).

#df5ecb hex color red value is 223, green value is 94 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #df5ecb hue: 0.86 , saturation: 0.67 and the lightness value of df5ecb is 0.62.

The process color (four color CMYK) of #df5ecb color hex is 0.00, 0.58, 0.09, 0.13. Web safe color of #df5ecb is #cc66cc. Color #df5ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011110 11001011
Octal 337 136 313
Decimal 223 94 203
Hex DF 5E CB

RGB Percentages of Color #df5ecb

%42.88
%18.08
%39.04

CMYK Percentages of Color #df5ecb

%0
%58
%9
%13

Triadic Colors of #df5ecb

#df5ecb #cbdf5e #5ecbdf

Analogous Colors of #df5ecb

#df5ecb #df5e8b #b35edf

Monochromatic Colors of #df5ecb

#df5ecb

Complementary Color

#df5ecb #5edf72

#df5ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5ecb Color CSS Codes

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

#df5ecb Text Font Color

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

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


#df5ecb Background Color

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

This div background color is #df5ecb


#df5ecb Border Color

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

This div border color is #df5ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5ecb


Comments

No comments written yet.

Please login to write comment.