Color Hex Logo

#de677c Color Hex

#DE677C
(222,103,124)
0 Favorites   0 Comments

Color spaces of #de677c

RGB 222103124
HSL0.970.640.64
HSV349°54°87°
CMYK 0.000.540.44   0.13
XYZ38.612526.685322.1845
Yxy26.68530.44140.3050
Hunter Lab51.657843.021610.6983
CIE-Lab58.681948.406211.0754

#de677c color RGB value is (222,103,124).

#de677c hex color red value is 222, green value is 103 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #de677c hue: 0.97 , saturation: 0.64 and the lightness value of de677c is 0.64.

The process color (four color CMYK) of #de677c color hex is 0.00, 0.54, 0.44, 0.13. Web safe color of #de677c is #cc6666. Color #de677c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100111 01111100
Octal 336 147 174
Decimal 222 103 124
Hex DE 67 7C

RGB Percentages of Color #de677c

%49.44
%22.94
%27.62

CMYK Percentages of Color #de677c

%0
%54
%44
%13

Triadic Colors of #de677c

#de677c #7cde67 #677cde

Analogous Colors of #de677c

#de677c #de8e67 #de67b8

Monochromatic Colors of #de677c

#de677c

Complementary Color

#de677c #67dec9

#de677c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de677c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de677c Color CSS Codes

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

#de677c Text Font Color

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

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


#de677c Background Color

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

This div background color is #de677c


#de677c Border Color

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

This div border color is #de677c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de677c


Comments

No comments written yet.

Please login to write comment.