Color Hex Logo

#de077c Color Hex

#DE077C
(222,7,124)
0 Favorites   0 Comments

Color spaces of #de077c

RGB 2227124
HSL0.910.940.45
HSV327°97°87°
CMYK 0.000.970.44   0.13
XYZ33.838317.136820.5930
Yxy17.13680.47280.2394
Hunter Lab41.396673.4649-0.5165
CIE-Lab48.431976.6486-3.7125

#de077c color RGB value is (222,7,124).

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

The process color (four color CMYK) of #de077c color hex is 0.00, 0.97, 0.44, 0.13. Web safe color of #de077c is #cc0066. Color #de077c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000111 01111100
Octal 336 7 174
Decimal 222 7 124
Hex DE 7 7C

RGB Percentages of Color #de077c

%62.89
%1.98
%35.13

CMYK Percentages of Color #de077c

%0
%97
%44
%13

Triadic Colors of #de077c

#de077c #7cde07 #077cde

Analogous Colors of #de077c

#de077c #de0711 #d507de

Monochromatic Colors of #de077c

#de077c

Complementary Color

#de077c #07de69

#de077c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de077c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de077c Color CSS Codes

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

#de077c Text Font Color

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

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


#de077c Background Color

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

This div background color is #de077c


#de077c Border Color

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

This div border color is #de077c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,7,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 #de077c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de077c


Comments

No comments written yet.

Please login to write comment.