Color Hex Logo

#de0584 Color Hex

#DE0584
(222,5,132)
0 Favorites   0 Comments

Color spaces of #de0584

RGB 2225132
HSL0.900.960.45
HSV325°98°87°
CMYK 0.000.980.41   0.13
XYZ34.343317.304123.3597
Yxy17.30410.45790.2307
Hunter Lab41.598274.5720-4.1759
CIE-Lab48.640977.5020-8.2790

#de0584 color RGB value is (222,5,132).

#de0584 hex color red value is 222, green value is 5 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #de0584 hue: 0.90 , saturation: 0.96 and the lightness value of de0584 is 0.45.

The process color (four color CMYK) of #de0584 color hex is 0.00, 0.98, 0.41, 0.13. Web safe color of #de0584 is #cc0099. Color #de0584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000101 10000100
Octal 336 5 204
Decimal 222 5 132
Hex DE 5 84

RGB Percentages of Color #de0584

%61.84
%1.39
%36.77

CMYK Percentages of Color #de0584

%0
%98
%41
%13

Triadic Colors of #de0584

#de0584 #84de05 #0584de

Analogous Colors of #de0584

#de0584 #de0517 #cc05de

Monochromatic Colors of #de0584

#de0584

Complementary Color

#de0584 #05de5f

#de0584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de0584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de0584 Color CSS Codes

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

#de0584 Text Font Color

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

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


#de0584 Background Color

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

This div background color is #de0584


#de0584 Border Color

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

This div border color is #de0584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de0584


Comments

No comments written yet.

Please login to write comment.