Color Hex Logo

#de765e Color Hex

#DE765E
(222,118,94)
0 Favorites   0 Comments

Color spaces of #de765e

RGB 22211894
HSL0.030.660.62
HSV11°58°87°
CMYK 0.000.470.58   0.13
XYZ38.623029.294614.2084
Yxy29.29460.47030.3567
Hunter Lab54.124532.659022.3227
CIE-Lab61.040838.272331.3852

#de765e color RGB value is (222,118,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110110 01011110
Octal 336 166 136
Decimal 222 118 94
Hex DE 76 5E

RGB Percentages of Color #de765e

%51.15
%27.19
%21.66

CMYK Percentages of Color #de765e

%0
%47
%58
%13

Triadic Colors of #de765e

#de765e #5ede76 #765ede

Analogous Colors of #de765e

#de765e #deb65e #de5e86

Monochromatic Colors of #de765e

#de765e

Complementary Color

#de765e #5ec6de

#de765e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de765e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de765e Color CSS Codes

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

#de765e Text Font Color

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

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


#de765e Background Color

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

This div background color is #de765e


#de765e Border Color

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

This div border color is #de765e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,118,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 #de765e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de765e


Comments

No comments written yet.

Please login to write comment.