Color Hex Logo

#de3c4e Color Hex

#DE3C4E
(222,60,78)
0 Favorites   0 Comments

Color spaces of #de3c4e

RGB 2226078
HSL0.980.710.55
HSV353°73°87°
CMYK 0.000.730.65   0.13
XYZ33.115219.31149.1898
Yxy19.31140.53740.3134
Hunter Lab43.944757.608018.3625
CIE-Lab51.049662.823427.8733

#de3c4e color RGB value is (222,60,78).

#de3c4e hex color red value is 222, green value is 60 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #de3c4e hue: 0.98 , saturation: 0.71 and the lightness value of de3c4e is 0.55.

The process color (four color CMYK) of #de3c4e color hex is 0.00, 0.73, 0.65, 0.13. Web safe color of #de3c4e is #cc3366. Color #de3c4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00111100 01001110
Octal 336 74 116
Decimal 222 60 78
Hex DE 3C 4E

RGB Percentages of Color #de3c4e

%61.67
%16.67
%21.67

CMYK Percentages of Color #de3c4e

%0
%73
%65
%13

Triadic Colors of #de3c4e

#de3c4e #4ede3c #3c4ede

Analogous Colors of #de3c4e

#de3c4e #de7b3c #de3c9f

Monochromatic Colors of #de3c4e

#de3c4e

Complementary Color

#de3c4e #3cdecc

#de3c4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de3c4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de3c4e Color CSS Codes

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

#de3c4e Text Font Color

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

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


#de3c4e Background Color

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

This div background color is #de3c4e


#de3c4e Border Color

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

This div border color is #de3c4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de3c4e


Comments

No comments written yet.

Please login to write comment.