Color Hex Logo

#de765b Color Hex

#DE765B
(222,118,91)
0 Favorites   0 Comments

Color spaces of #de765b

RGB 22211891
HSL0.030.660.61
HSV12°59°87°
CMYK 0.000.470.59   0.13
XYZ38.491029.241813.5131
Yxy29.24180.47380.3599
Hunter Lab54.075732.423623.0369
CIE-Lab60.994438.049532.9878

#de765b color RGB value is (222,118,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110110 01011011
Octal 336 166 133
Decimal 222 118 91
Hex DE 76 5B

RGB Percentages of Color #de765b

%51.51
%27.38
%21.11

CMYK Percentages of Color #de765b

%0
%47
%59
%13

Triadic Colors of #de765b

#de765b #5bde76 #765bde

Analogous Colors of #de765b

#de765b #deb85b #de5b82

Monochromatic Colors of #de765b

#de765b

Complementary Color

#de765b #5bc3de

#de765b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de765b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de765b Color CSS Codes

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

#de765b Text Font Color

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

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


#de765b Background Color

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

This div background color is #de765b


#de765b Border Color

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

This div border color is #de765b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de765b


Comments

No comments written yet.

Please login to write comment.