Color Hex Logo

#de7463 Color Hex

#DE7463
(222,116,99)
0 Favorites   0 Comments

Color spaces of #de7463

RGB 22211699
HSL0.020.650.63
HSV55°87°
CMYK 0.000.480.55   0.13
XYZ38.621728.921215.3511
Yxy28.92120.46590.3489
Hunter Lab53.778434.079920.7205
CIE-Lab60.712039.685128.1687

#de7463 color RGB value is (222,116,99).

#de7463 hex color red value is 222, green value is 116 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #de7463 hue: 0.02 , saturation: 0.65 and the lightness value of de7463 is 0.63.

The process color (four color CMYK) of #de7463 color hex is 0.00, 0.48, 0.55, 0.13. Web safe color of #de7463 is #cc6666. Color #de7463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110100 01100011
Octal 336 164 143
Decimal 222 116 99
Hex DE 74 63

RGB Percentages of Color #de7463

%50.80
%26.54
%22.65

CMYK Percentages of Color #de7463

%0
%48
%55
%13

Triadic Colors of #de7463

#de7463 #63de74 #7463de

Analogous Colors of #de7463

#de7463 #deb263 #de6390

Monochromatic Colors of #de7463

#de7463

Complementary Color

#de7463 #63cdde

#de7463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7463 Color CSS Codes

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

#de7463 Text Font Color

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

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


#de7463 Background Color

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

This div background color is #de7463


#de7463 Border Color

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

This div border color is #de7463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7463


Comments

No comments written yet.

Please login to write comment.