Color Hex Logo

#de047e Color Hex

#DE047E
(222,4,126)
0 Favorites   0 Comments

Color spaces of #de047e

RGB 2224126
HSL0.910.960.44
HSV326°98°87°
CMYK 0.000.980.43   0.13
XYZ33.933517.122821.2552
Yxy17.12280.46930.2368
Hunter Lab41.379773.9648-1.4893
CIE-Lab48.414477.0563-4.9604

#de047e color RGB value is (222,4,126).

#de047e hex color red value is 222, green value is 4 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #de047e hue: 0.91 , saturation: 0.96 and the lightness value of de047e is 0.44.

The process color (four color CMYK) of #de047e color hex is 0.00, 0.98, 0.43, 0.13. Web safe color of #de047e is #cc0066. Color #de047e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000100 01111110
Octal 336 4 176
Decimal 222 4 126
Hex DE 4 7E

RGB Percentages of Color #de047e

%63.07
%1.14
%35.80

CMYK Percentages of Color #de047e

%0
%98
%43
%13

Triadic Colors of #de047e

#de047e #7ede04 #047ede

Analogous Colors of #de047e

#de047e #de0411 #d104de

Monochromatic Colors of #de047e

#de047e

Complementary Color

#de047e #04de64

#de047e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de047e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de047e Color CSS Codes

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

#de047e Text Font Color

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

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


#de047e Background Color

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

This div background color is #de047e


#de047e Border Color

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

This div border color is #de047e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de047e


Comments

No comments written yet.

Please login to write comment.