Color Hex Logo

#de714e Color Hex

#DE714E
(222,113,78)
0 Favorites   0 Comments

Color spaces of #de714e

RGB 22211378
HSL0.040.690.59
HSV15°65°87°
CMYK 0.000.490.65   0.13
XYZ37.404527.889910.6196
Yxy27.88990.49270.3674
Hunter Lab52.810934.007625.0452
CIE-Lab59.789139.730838.6092

#de714e color RGB value is (222,113,78).

#de714e hex color red value is 222, green value is 113 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #de714e hue: 0.04 , saturation: 0.69 and the lightness value of de714e is 0.59.

The process color (four color CMYK) of #de714e color hex is 0.00, 0.49, 0.65, 0.13. Web safe color of #de714e is #cc6666. Color #de714e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 01001110
Octal 336 161 116
Decimal 222 113 78
Hex DE 71 4E

RGB Percentages of Color #de714e

%53.75
%27.36
%18.89

CMYK Percentages of Color #de714e

%0
%49
%65
%13

Triadic Colors of #de714e

#de714e #4ede71 #714ede

Analogous Colors of #de714e

#de714e #deb94e #de4e73

Monochromatic Colors of #de714e

#de714e

Complementary Color

#de714e #4ebbde

#de714e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de714e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de714e Color CSS Codes

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

#de714e Text Font Color

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

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


#de714e Background Color

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

This div background color is #de714e


#de714e Border Color

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

This div border color is #de714e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de714e


Comments

No comments written yet.

Please login to write comment.