Color Hex Logo

#de472e Color Hex

#DE472E
(222,71,46)
0 Favorites   0 Comments

Color spaces of #de472e

RGB 2227146
HSL0.020.730.53
HSV79°87°
CMYK 0.000.680.79   0.13
XYZ32.870620.23334.7577
Yxy20.23330.56810.3497
Hunter Lab44.981451.723025.2159
CIE-Lab52.100057.427446.9700

#de472e color RGB value is (222,71,46).

#de472e hex color red value is 222, green value is 71 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #de472e hue: 0.02 , saturation: 0.73 and the lightness value of de472e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000111 00101110
Octal 336 107 56
Decimal 222 71 46
Hex DE 47 2E

RGB Percentages of Color #de472e

%65.49
%20.94
%13.57

CMYK Percentages of Color #de472e

%0
%68
%79
%13

Triadic Colors of #de472e

#de472e #2ede47 #472ede

Analogous Colors of #de472e

#de472e #de9f2e #de2e6d

Monochromatic Colors of #de472e

#de472e

Complementary Color

#de472e #2ec5de

#de472e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de472e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de472e Color CSS Codes

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

#de472e Text Font Color

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

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


#de472e Background Color

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

This div background color is #de472e


#de472e Border Color

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

This div border color is #de472e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de472e


Comments

No comments written yet.

Please login to write comment.