Color Hex Logo

#de695e Color Hex

#DE695E
(222,105,94)
0 Favorites   0 Comments

Color spaces of #de695e

RGB 22210594
HSL0.010.660.62
HSV58°87°
CMYK 0.000.530.58   0.13
XYZ37.196226.440913.7328
Yxy26.44090.48080.3417
Hunter Lab51.420739.135320.1601
CIE-Lab58.453244.807828.0687

#de695e color RGB value is (222,105,94).

#de695e hex color red value is 222, green value is 105 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #de695e hue: 0.01 , saturation: 0.66 and the lightness value of de695e is 0.62.

The process color (four color CMYK) of #de695e color hex is 0.00, 0.53, 0.58, 0.13. Web safe color of #de695e is #cc6666. Color #de695e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101001 01011110
Octal 336 151 136
Decimal 222 105 94
Hex DE 69 5E

RGB Percentages of Color #de695e

%52.73
%24.94
%22.33

CMYK Percentages of Color #de695e

%0
%53
%58
%13

Triadic Colors of #de695e

#de695e #5ede69 #695ede

Analogous Colors of #de695e

#de695e #dea95e #de5e93

Monochromatic Colors of #de695e

#de695e

Complementary Color

#de695e #5ed3de

#de695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de695e Color CSS Codes

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

#de695e Text Font Color

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

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


#de695e Background Color

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

This div background color is #de695e


#de695e Border Color

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

This div border color is #de695e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de695e


Comments

No comments written yet.

Please login to write comment.