Color Hex Logo

#df7ece Color Hex

#DF7ECE
(223,126,206)
0 Favorites   0 Comments

Color spaces of #df7ece

RGB 223126206
HSL0.860.600.68
HSV311°43°87°
CMYK 0.000.430.08   0.13
XYZ49.032935.065962.5766
Yxy35.06590.33430.2391
Hunter Lab59.216544.1742-21.2028
CIE-Lab65.799948.4221-25.2484

#df7ece color RGB value is (223,126,206).

#df7ece hex color red value is 223, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #df7ece hue: 0.86 , saturation: 0.60 and the lightness value of df7ece is 0.68.

The process color (four color CMYK) of #df7ece color hex is 0.00, 0.43, 0.08, 0.13. Web safe color of #df7ece is #cc66cc. Color #df7ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111110 11001110
Octal 337 176 316
Decimal 223 126 206
Hex DF 7E CE

RGB Percentages of Color #df7ece

%40.18
%22.70
%37.12

CMYK Percentages of Color #df7ece

%0
%43
%8
%13

Triadic Colors of #df7ece

#df7ece #cedf7e #7ecedf

Analogous Colors of #df7ece

#df7ece #df7e9e #c07edf

Monochromatic Colors of #df7ece

#df7ece

Complementary Color

#df7ece #7edf8f

#df7ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7ece Color CSS Codes

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

#df7ece Text Font Color

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

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


#df7ece Background Color

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

This div background color is #df7ece


#df7ece Border Color

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

This div border color is #df7ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7ece


Comments

No comments written yet.

Please login to write comment.