Color Hex Logo

#de664c Color Hex

#DE664C
(222,102,76)
0 Favorites   0 Comments

Color spaces of #de664c

RGB 22210276
HSL0.030.690.58
HSV11°66°87°
CMYK 0.000.540.66   0.13
XYZ36.180125.55419.8630
Yxy25.55410.50530.3569
Hunter Lab50.551139.290623.8177
CIE-Lab57.611445.075437.0948

#de664c color RGB value is (222,102,76).

#de664c hex color red value is 222, green value is 102 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #de664c hue: 0.03 , saturation: 0.69 and the lightness value of de664c is 0.58.

The process color (four color CMYK) of #de664c color hex is 0.00, 0.54, 0.66, 0.13. Web safe color of #de664c is #cc6633. Color #de664c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100110 01001100
Octal 336 146 114
Decimal 222 102 76
Hex DE 66 4C

RGB Percentages of Color #de664c

%55.50
%25.50
%19.00

CMYK Percentages of Color #de664c

%0
%54
%66
%13

Triadic Colors of #de664c

#de664c #4cde66 #664cde

Analogous Colors of #de664c

#de664c #deaf4c #de4c7b

Monochromatic Colors of #de664c

#de664c

Complementary Color

#de664c #4cc4de

#de664c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de664c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de664c Color CSS Codes

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

#de664c Text Font Color

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

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


#de664c Background Color

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

This div background color is #de664c


#de664c Border Color

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

This div border color is #de664c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de664c


Comments

No comments written yet.

Please login to write comment.