Color Hex Logo

#de1449 Color Hex

#DE1449
(222,20,73)
0 Favorites   0 Comments

Color spaces of #de1449

RGB 2222073
HSL0.960.830.47
HSV344°91°87°
CMYK 0.000.910.67   0.13
XYZ31.577016.51097.8260
Yxy16.51090.56470.2953
Hunter Lab40.633667.606317.0243
CIE-Lab47.637871.995326.5650

#de1449 color RGB value is (222,20,73).

#de1449 hex color red value is 222, green value is 20 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #de1449 hue: 0.96 , saturation: 0.83 and the lightness value of de1449 is 0.47.

The process color (four color CMYK) of #de1449 color hex is 0.00, 0.91, 0.67, 0.13. Web safe color of #de1449 is #cc0033. Color #de1449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010100 01001001
Octal 336 24 111
Decimal 222 20 73
Hex DE 14 49

RGB Percentages of Color #de1449

%70.48
%6.35
%23.17

CMYK Percentages of Color #de1449

%0
%91
%67
%13

Triadic Colors of #de1449

#de1449 #49de14 #1449de

Analogous Colors of #de1449

#de1449 #de4414 #de14ae

Monochromatic Colors of #de1449

#de1449

Complementary Color

#de1449 #14dea9

#de1449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de1449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de1449 Color CSS Codes

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

#de1449 Text Font Color

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

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


#de1449 Background Color

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

This div background color is #de1449


#de1449 Border Color

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

This div border color is #de1449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de1449


Comments

No comments written yet.

Please login to write comment.