Color Hex Logo

#de447f Color Hex

#DE447F
(222,68,127)
0 Favorites   0 Comments

Color spaces of #de447f

RGB 22268127
HSL0.940.700.57
HSV337°69°87°
CMYK 0.000.690.43   0.13
XYZ36.022121.196122.2714
Yxy21.19610.45320.2667
Hunter Lab46.039259.09373.5460
CIE-Lab53.163463.71921.4074

#de447f color RGB value is (222,68,127).

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

The process color (four color CMYK) of #de447f color hex is 0.00, 0.69, 0.43, 0.13. Web safe color of #de447f is #cc3366. Color #de447f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000100 01111111
Octal 336 104 177
Decimal 222 68 127
Hex DE 44 7F

RGB Percentages of Color #de447f

%53.24
%16.31
%30.46

CMYK Percentages of Color #de447f

%0
%69
%43
%13

Triadic Colors of #de447f

#de447f #7fde44 #447fde

Analogous Colors of #de447f

#de447f #de5644 #de44cc

Monochromatic Colors of #de447f

#de447f

Complementary Color

#de447f #44dea3

#de447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de447f Color CSS Codes

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

#de447f Text Font Color

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

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


#de447f Background Color

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

This div background color is #de447f


#de447f Border Color

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

This div border color is #de447f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de447f


Comments

No comments written yet.

Please login to write comment.