Color Hex Logo

#de344f Color Hex

#DE344F
(222,52,79)
0 Favorites   0 Comments

Color spaces of #de344f

RGB 2225279
HSL0.970.720.54
HSV350°77°87°
CMYK 0.000.770.64   0.13
XYZ32.763518.55019.2508
Yxy18.55010.54100.3063
Hunter Lab43.069860.413917.4142
CIE-Lab50.156665.422226.1400

#de344f color RGB value is (222,52,79).

#de344f hex color red value is 222, green value is 52 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #de344f hue: 0.97 , saturation: 0.72 and the lightness value of de344f is 0.54.

The process color (four color CMYK) of #de344f color hex is 0.00, 0.77, 0.64, 0.13. Web safe color of #de344f is #cc3366. Color #de344f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110100 01001111
Octal 336 64 117
Decimal 222 52 79
Hex DE 34 4F

RGB Percentages of Color #de344f

%62.89
%14.73
%22.38

CMYK Percentages of Color #de344f

%0
%77
%64
%13

Triadic Colors of #de344f

#de344f #4fde34 #344fde

Analogous Colors of #de344f

#de344f #de6e34 #de34a4

Monochromatic Colors of #de344f

#de344f

Complementary Color

#de344f #34dec3

#de344f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de344f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de344f Color CSS Codes

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

#de344f Text Font Color

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

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


#de344f Background Color

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

This div background color is #de344f


#de344f Border Color

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

This div border color is #de344f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de344f


Comments

No comments written yet.

Please login to write comment.