Color Hex Logo

#de598e Color Hex

#DE598E
(222,89,142)
0 Favorites   0 Comments

Color spaces of #de598e

RGB 22289142
HSL0.930.670.61
HSV336°60°87°
CMYK 0.000.600.36   0.13
XYZ38.579124.627328.3114
Yxy24.62730.42150.2691
Hunter Lab49.625951.92030.9134
CIE-Lab56.710556.7969-2.2900

#de598e color RGB value is (222,89,142).

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

The process color (four color CMYK) of #de598e color hex is 0.00, 0.60, 0.36, 0.13. Web safe color of #de598e is #cc6699. Color #de598e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 10001110
Octal 336 131 216
Decimal 222 89 142
Hex DE 59 8E

RGB Percentages of Color #de598e

%49.01
%19.65
%31.35

CMYK Percentages of Color #de598e

%0
%60
%36
%13

Triadic Colors of #de598e

#de598e #8ede59 #598ede

Analogous Colors of #de598e

#de598e #de6759 #de59d1

Monochromatic Colors of #de598e

#de598e

Complementary Color

#de598e #59dea9

#de598e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de598e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de598e Color CSS Codes

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

#de598e Text Font Color

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

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


#de598e Background Color

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

This div background color is #de598e


#de598e Border Color

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

This div border color is #de598e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de598e


Comments

No comments written yet.

Please login to write comment.