Color Hex Logo

#de686d Color Hex

#DE686D
(222,104,109)
0 Favorites   0 Comments

Color spaces of #de686d

RGB 222104109
HSL0.990.640.64
HSV357°53°87°
CMYK 0.000.530.51   0.13
XYZ37.834826.534417.5955
Yxy26.53440.46160.3237
Hunter Lab51.511640.961515.8056
CIE-Lab58.540946.511019.5813

#de686d color RGB value is (222,104,109).

#de686d hex color red value is 222, green value is 104 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #de686d hue: 0.99 , saturation: 0.64 and the lightness value of de686d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 01101101
Octal 336 150 155
Decimal 222 104 109
Hex DE 68 6D

RGB Percentages of Color #de686d

%51.03
%23.91
%25.06

CMYK Percentages of Color #de686d

%0
%53
%51
%13

Triadic Colors of #de686d

#de686d #6dde68 #686dde

Analogous Colors of #de686d

#de686d #de9e68 #de68a8

Monochromatic Colors of #de686d

#de686d

Complementary Color

#de686d #68ded9

#de686d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de686d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de686d Color CSS Codes

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

#de686d Text Font Color

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

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


#de686d Background Color

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

This div background color is #de686d


#de686d Border Color

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

This div border color is #de686d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de686d


Comments

No comments written yet.

Please login to write comment.