Color Hex Logo

#de078d Color Hex

#DE078D
(222,7,141)
0 Favorites   0 Comments

Color spaces of #de078d

RGB 2227141
HSL0.900.940.45
HSV323°97°87°
CMYK 0.000.970.36   0.13
XYZ35.007917.604626.7522
Yxy17.60460.44110.2218
Hunter Lab41.957875.5069-8.4327
CIE-Lab49.013078.1809-13.1737

#de078d color RGB value is (222,7,141).

#de078d hex color red value is 222, green value is 7 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #de078d hue: 0.90 , saturation: 0.94 and the lightness value of de078d is 0.45.

The process color (four color CMYK) of #de078d color hex is 0.00, 0.97, 0.36, 0.13. Web safe color of #de078d is #cc0099. Color #de078d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000111 10001101
Octal 336 7 215
Decimal 222 7 141
Hex DE 7 8D

RGB Percentages of Color #de078d

%60.00
%1.89
%38.11

CMYK Percentages of Color #de078d

%0
%97
%36
%13

Triadic Colors of #de078d

#de078d #8dde07 #078dde

Analogous Colors of #de078d

#de078d #de0721 #c407de

Monochromatic Colors of #de078d

#de078d

Complementary Color

#de078d #07de58

#de078d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de078d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de078d Color CSS Codes

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

#de078d Text Font Color

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

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


#de078d Background Color

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

This div background color is #de078d


#de078d Border Color

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

This div border color is #de078d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de078d


Comments

No comments written yet.

Please login to write comment.