Color Hex Logo

#de477c Color Hex

#DE477C
(222,71,124)
0 Favorites   0 Comments

Color spaces of #de477c

RGB 22271124
HSL0.940.700.57
HSV339°68°87°
CMYK 0.000.680.44   0.13
XYZ36.015521.491321.3188
Yxy21.49130.45690.2726
Hunter Lab46.358757.54675.1856
CIE-Lab53.483162.31953.6631

#de477c color RGB value is (222,71,124).

#de477c hex color red value is 222, green value is 71 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #de477c hue: 0.94 , saturation: 0.70 and the lightness value of de477c is 0.57.

The process color (four color CMYK) of #de477c color hex is 0.00, 0.68, 0.44, 0.13. Web safe color of #de477c is #cc3366. Color #de477c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 01111100
Octal 336 107 174
Decimal 222 71 124
Hex DE 47 7C

RGB Percentages of Color #de477c

%53.24
%17.03
%29.74

CMYK Percentages of Color #de477c

%0
%68
%44
%13

Triadic Colors of #de477c

#de477c #7cde47 #477cde

Analogous Colors of #de477c

#de477c #de5e47 #de47c8

Monochromatic Colors of #de477c

#de477c

Complementary Color

#de477c #47dea9

#de477c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de477c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de477c Color CSS Codes

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

#de477c Text Font Color

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

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


#de477c Background Color

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

This div background color is #de477c


#de477c Border Color

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

This div border color is #de477c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de477c


Comments

No comments written yet.

Please login to write comment.