Color Hex Logo

#de294d Color Hex

#DE294D
(222,41,77)
0 Favorites   0 Comments

Color spaces of #de294d

RGB 2224177
HSL0.970.730.52
HSV348°82°87°
CMYK 0.000.820.65   0.13
XYZ32.256717.65138.7281
Yxy17.65130.55010.3010
Hunter Lab42.013563.523517.0922
CIE-Lab49.070468.287225.9554

#de294d color RGB value is (222,41,77).

#de294d hex color red value is 222, green value is 41 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #de294d hue: 0.97 , saturation: 0.73 and the lightness value of de294d is 0.52.

The process color (four color CMYK) of #de294d color hex is 0.00, 0.82, 0.65, 0.13. Web safe color of #de294d is #cc3366. Color #de294d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101001 01001101
Octal 336 51 115
Decimal 222 41 77
Hex DE 29 4D

RGB Percentages of Color #de294d

%65.29
%12.06
%22.65

CMYK Percentages of Color #de294d

%0
%82
%65
%13

Triadic Colors of #de294d

#de294d #4dde29 #294dde

Analogous Colors of #de294d

#de294d #de5f29 #de29a8

Monochromatic Colors of #de294d

#de294d

Complementary Color

#de294d #29deba

#de294d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de294d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de294d Color CSS Codes

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

#de294d Text Font Color

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

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


#de294d Background Color

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

This div background color is #de294d


#de294d Border Color

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

This div border color is #de294d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de294d


Comments

No comments written yet.

Please login to write comment.