Color Hex Logo

#de5558 Color Hex

#DE5558
(222,85,88)
0 Favorites   0 Comments

Color spaces of #de5558

RGB 2228588
HSL1.000.670.60
HSV359°62°87°
CMYK 0.000.620.60   0.13
XYZ35.134222.731211.7683
Yxy22.73120.50460.3264
Hunter Lab47.677248.104618.7394
CIE-Lab54.794453.691626.7911

#de5558 color RGB value is (222,85,88).

#de5558 hex color red value is 222, green value is 85 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #de5558 hue: 1.00 , saturation: 0.67 and the lightness value of de5558 is 0.60.

The process color (four color CMYK) of #de5558 color hex is 0.00, 0.62, 0.60, 0.13. Web safe color of #de5558 is #cc6666. Color #de5558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010101 01011000
Octal 336 125 130
Decimal 222 85 88
Hex DE 55 58

RGB Percentages of Color #de5558

%56.20
%21.52
%22.28

CMYK Percentages of Color #de5558

%0
%62
%60
%13

Triadic Colors of #de5558

#de5558 #58de55 #5558de

Analogous Colors of #de5558

#de5558 #de9755 #de559d

Monochromatic Colors of #de5558

#de5558

Complementary Color

#de5558 #55dedb

#de5558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5558 Color CSS Codes

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

#de5558 Text Font Color

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

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


#de5558 Background Color

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

This div background color is #de5558


#de5558 Border Color

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

This div border color is #de5558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5558


Comments

No comments written yet.

Please login to write comment.