Color Hex Logo

#de579d Color Hex

#DE579D
(222,87,157)
0 Favorites   0 Comments

Color spaces of #de579d

RGB 22287157
HSL0.910.670.61
HSV329°61°87°
CMYK 0.000.610.29   0.13
XYZ39.618224.780334.5933
Yxy24.78030.40020.2503
Hunter Lab49.779854.9479-6.3563
CIE-Lab56.860759.4436-10.8491

#de579d color RGB value is (222,87,157).

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

The process color (four color CMYK) of #de579d color hex is 0.00, 0.61, 0.29, 0.13. Web safe color of #de579d is #cc6699. Color #de579d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010111 10011101
Octal 336 127 235
Decimal 222 87 157
Hex DE 57 9D

RGB Percentages of Color #de579d

%47.64
%18.67
%33.69

CMYK Percentages of Color #de579d

%0
%61
%29
%13

Triadic Colors of #de579d

#de579d #9dde57 #579dde

Analogous Colors of #de579d

#de579d #de575a #dc57de

Monochromatic Colors of #de579d

#de579d

Complementary Color

#de579d #57de98

#de579d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de579d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de579d Color CSS Codes

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

#de579d Text Font Color

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

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


#de579d Background Color

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

This div background color is #de579d


#de579d Border Color

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

This div border color is #de579d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de579d


Comments

No comments written yet.

Please login to write comment.