Color Hex Logo

#de1c47 Color Hex

#DE1C47
(222,28,71)
0 Favorites   0 Comments

Color spaces of #de1c47

RGB 2222871
HSL0.960.780.49
HSV347°87°87°
CMYK 0.000.870.68   0.13
XYZ31.676816.81507.5373
Yxy16.81500.56540.3001
Hunter Lab41.006166.128817.8062
CIE-Lab48.026170.685928.2699

#de1c47 color RGB value is (222,28,71).

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

The process color (four color CMYK) of #de1c47 color hex is 0.00, 0.87, 0.68, 0.13. Web safe color of #de1c47 is #cc3333. Color #de1c47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00011100 01000111
Octal 336 34 107
Decimal 222 28 71
Hex DE 1C 47

RGB Percentages of Color #de1c47

%69.16
%8.72
%22.12

CMYK Percentages of Color #de1c47

%0
%87
%68
%13

Triadic Colors of #de1c47

#de1c47 #47de1c #1c47de

Analogous Colors of #de1c47

#de1c47 #de521c #de1ca8

Monochromatic Colors of #de1c47

#de1c47

Complementary Color

#de1c47 #1cdeb3

#de1c47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de1c47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de1c47 Color CSS Codes

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

#de1c47 Text Font Color

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

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


#de1c47 Background Color

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

This div background color is #de1c47


#de1c47 Border Color

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

This div border color is #de1c47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,28,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 #de1c47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de1c47


Comments

No comments written yet.

Please login to write comment.