Color Hex Logo

#df7ecc Color Hex

#DF7ECC
(223,126,204)
0 Favorites   0 Comments

Color spaces of #df7ecc

RGB 223126204
HSL0.870.600.68
HSV312°43°87°
CMYK 0.000.430.09   0.13
XYZ48.791434.969361.3049
Yxy34.96930.33630.2411
Hunter Lab59.134843.7921-20.0714
CIE-Lab65.724848.0867-24.2439

#df7ecc color RGB value is (223,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111110 11001100
Octal 337 176 314
Decimal 223 126 204
Hex DF 7E CC

RGB Percentages of Color #df7ecc

%40.33
%22.78
%36.89

CMYK Percentages of Color #df7ecc

%0
%43
%9
%13

Triadic Colors of #df7ecc

#df7ecc #ccdf7e #7eccdf

Analogous Colors of #df7ecc

#df7ecc #df7e9c #c27edf

Monochromatic Colors of #df7ecc

#df7ecc

Complementary Color

#df7ecc #7edf91

#df7ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7ecc Color CSS Codes

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

#df7ecc Text Font Color

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

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


#df7ecc Background Color

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

This div background color is #df7ecc


#df7ecc Border Color

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

This div border color is #df7ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7ecc

#df7ecc Color Palettes


Comments

No comments written yet.

Please login to write comment.