Color Hex Logo

#de5361 Color Hex

#DE5361
(222,83,97)
0 Favorites   0 Comments

Color spaces of #de5361

RGB 2228397
HSL0.980.680.60
HSV354°63°87°
CMYK 0.000.630.56   0.13
XYZ35.375122.579213.8030
Yxy22.57920.49300.3147
Hunter Lab47.517649.731016.0396
CIE-Lab54.636255.191521.3170

#de5361 color RGB value is (222,83,97).

#de5361 hex color red value is 222, green value is 83 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #de5361 hue: 0.98 , saturation: 0.68 and the lightness value of de5361 is 0.60.

The process color (four color CMYK) of #de5361 color hex is 0.00, 0.63, 0.56, 0.13. Web safe color of #de5361 is #cc6666. Color #de5361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010011 01100001
Octal 336 123 141
Decimal 222 83 97
Hex DE 53 61

RGB Percentages of Color #de5361

%55.22
%20.65
%24.13

CMYK Percentages of Color #de5361

%0
%63
%56
%13

Triadic Colors of #de5361

#de5361 #61de53 #5361de

Analogous Colors of #de5361

#de5361 #de8b53 #de53a7

Monochromatic Colors of #de5361

#de5361

Complementary Color

#de5361 #53ded0

#de5361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5361 Color CSS Codes

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

#de5361 Text Font Color

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

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


#de5361 Background Color

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

This div background color is #de5361


#de5361 Border Color

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

This div border color is #de5361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5361


Comments

No comments written yet.

Please login to write comment.