Color Hex Logo

#de1747 Color Hex

#DE1747
(222,23,71)
0 Favorites   0 Comments

Color spaces of #de1747

RGB 2222371
HSL0.960.810.48
HSV346°90°87°
CMYK 0.000.900.68   0.13
XYZ31.567916.59737.5010
Yxy16.59730.56710.2982
Hunter Lab40.739867.019117.6014
CIE-Lab47.748671.484427.9234

#de1747 color RGB value is (222,23,71).

#de1747 hex color red value is 222, green value is 23 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #de1747 hue: 0.96 , saturation: 0.81 and the lightness value of de1747 is 0.48.

The process color (four color CMYK) of #de1747 color hex is 0.00, 0.90, 0.68, 0.13. Web safe color of #de1747 is #cc0033. Color #de1747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010111 01000111
Octal 336 27 107
Decimal 222 23 71
Hex DE 17 47

RGB Percentages of Color #de1747

%70.25
%7.28
%22.47

CMYK Percentages of Color #de1747

%0
%90
%68
%13

Triadic Colors of #de1747

#de1747 #47de17 #1747de

Analogous Colors of #de1747

#de1747 #de4a17 #de17ab

Monochromatic Colors of #de1747

#de1747

Complementary Color

#de1747 #17deae

#de1747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de1747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de1747 Color CSS Codes

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

#de1747 Text Font Color

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

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


#de1747 Background Color

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

This div background color is #de1747


#de1747 Border Color

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

This div border color is #de1747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de1747


Comments

No comments written yet.

Please login to write comment.