Color Hex Logo

#de7ecf Color Hex

#DE7ECF
(222,126,207)
0 Favorites   0 Comments

Color spaces of #de7ecf

RGB 222126207
HSL0.860.590.68
HSV309°43°87°
CMYK 0.000.430.07   0.13
XYZ48.847534.956363.2042
Yxy34.95630.33230.2378
Hunter Lab59.123944.0081-21.9951
CIE-Lab65.714648.2837-25.9495

#de7ecf color RGB value is (222,126,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111110 11001111
Octal 336 176 317
Decimal 222 126 207
Hex DE 7E CF

RGB Percentages of Color #de7ecf

%40.00
%22.70
%37.30

CMYK Percentages of Color #de7ecf

%0
%43
%7
%13

Triadic Colors of #de7ecf

#de7ecf #cfde7e #7ecfde

Analogous Colors of #de7ecf

#de7ecf #de7e9f #bd7ede

Monochromatic Colors of #de7ecf

#de7ecf

Complementary Color

#de7ecf #7ede8d

#de7ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7ecf Color CSS Codes

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

#de7ecf Text Font Color

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

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


#de7ecf Background Color

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

This div background color is #de7ecf


#de7ecf Border Color

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

This div border color is #de7ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7ecf


Comments

No comments written yet.

Please login to write comment.