Color Hex Logo

#de585b Color Hex

#DE585B
(222,88,91)
0 Favorites   0 Comments

Color spaces of #de585b

RGB 2228891
HSL1.000.670.61
HSV359°60°87°
CMYK 0.000.600.59   0.13
XYZ35.502323.264412.5168
Yxy23.26440.49800.3264
Hunter Lab48.233246.977818.3771
CIE-Lab55.343652.572925.7597

#de585b color RGB value is (222,88,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 01011011
Octal 336 130 133
Decimal 222 88 91
Hex DE 58 5B

RGB Percentages of Color #de585b

%55.36
%21.95
%22.69

CMYK Percentages of Color #de585b

%0
%60
%59
%13

Triadic Colors of #de585b

#de585b #5bde58 #585bde

Analogous Colors of #de585b

#de585b #de9858 #de589e

Monochromatic Colors of #de585b

#de585b

Complementary Color

#de585b #58dedb

#de585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de585b Color CSS Codes

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

#de585b Text Font Color

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

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


#de585b Background Color

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

This div background color is #de585b


#de585b Border Color

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

This div border color is #de585b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de585b


Comments

No comments written yet.

Please login to write comment.