Color Hex Logo

#de674f Color Hex

#DE674F
(222,103,79)
0 Favorites   0 Comments

Color spaces of #de674f

RGB 22210379
HSL0.030.680.59
HSV10°64°87°
CMYK 0.000.540.64   0.13
XYZ36.385725.794610.4583
Yxy25.79460.50090.3551
Hunter Lab50.788439.000923.3429
CIE-Lab57.841644.768235.7198

#de674f color RGB value is (222,103,79).

#de674f hex color red value is 222, green value is 103 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #de674f hue: 0.03 , saturation: 0.68 and the lightness value of de674f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100111 01001111
Octal 336 147 117
Decimal 222 103 79
Hex DE 67 4F

RGB Percentages of Color #de674f

%54.95
%25.50
%19.55

CMYK Percentages of Color #de674f

%0
%54
%64
%13

Triadic Colors of #de674f

#de674f #4fde67 #674fde

Analogous Colors of #de674f

#de674f #deaf4f #de4f7f

Monochromatic Colors of #de674f

#de674f

Complementary Color

#de674f #4fc6de

#de674f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de674f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de674f Color CSS Codes

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

#de674f Text Font Color

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

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


#de674f Background Color

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

This div background color is #de674f


#de674f Border Color

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

This div border color is #de674f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de674f


Comments

No comments written yet.

Please login to write comment.