Color Hex Logo

#de313e Color Hex

#DE313E
(222,49,62)
0 Favorites   0 Comments

Color spaces of #de313e

RGB 2224962
HSL0.990.720.53
HSV355°78°87°
CMYK 0.000.780.72   0.13
XYZ32.092018.07406.3546
Yxy18.07400.56780.3198
Hunter Lab42.513560.344820.8972
CIE-Lab49.585765.471335.5007

#de313e color RGB value is (222,49,62).

#de313e hex color red value is 222, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #de313e hue: 0.99 , saturation: 0.72 and the lightness value of de313e is 0.53.

The process color (four color CMYK) of #de313e color hex is 0.00, 0.78, 0.72, 0.13. Web safe color of #de313e is #cc3333. Color #de313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110001 00111110
Octal 336 61 76
Decimal 222 49 62
Hex DE 31 3E

RGB Percentages of Color #de313e

%66.67
%14.71
%18.62

CMYK Percentages of Color #de313e

%0
%78
%72
%13

Triadic Colors of #de313e

#de313e #3ede31 #313ede

Analogous Colors of #de313e

#de313e #de7b31 #de3195

Monochromatic Colors of #de313e

#de313e

Complementary Color

#de313e #31ded1

#de313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de313e Color CSS Codes

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

#de313e Text Font Color

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

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


#de313e Background Color

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

This div background color is #de313e


#de313e Border Color

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

This div border color is #de313e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de313e


Comments

No comments written yet.

Please login to write comment.