Color Hex Logo

#de008d Color Hex

#DE008D
(222,0,141)
0 Favorites   0 Comments

Color spaces of #de008d

RGB 2220141
HSL0.891.000.44
HSV322°100°87°
CMYK 0.001.000.36   0.13
XYZ34.931917.452726.7269
Yxy17.45270.44160.2206
Hunter Lab41.776476.1463-8.6879
CIE-Lab48.825478.7297-13.4575

#de008d color RGB value is (222,0,141).

#de008d hex color red value is 222, green value is 0 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #de008d hue: 0.89 , saturation: 1.00 and the lightness value of de008d is 0.44.

The process color (four color CMYK) of #de008d color hex is 0.00, 1.00, 0.36, 0.13. Web safe color of #de008d is #cc0099. Color #de008d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 10001101
Octal 336 0 215
Decimal 222 0 141
Hex DE 0 8D

RGB Percentages of Color #de008d

%61.16
%0.00
%38.84

CMYK Percentages of Color #de008d

%0
%100
%36
%13

Triadic Colors of #de008d

#de008d #8dde00 #008dde

Analogous Colors of #de008d

#de008d #de001e #c000de

Monochromatic Colors of #de008d

#de008d

Complementary Color

#de008d #00de51

#de008d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de008d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de008d Color CSS Codes

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

#de008d Text Font Color

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

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


#de008d Background Color

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

This div background color is #de008d


#de008d Border Color

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

This div border color is #de008d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de008d


Comments

No comments written yet.

Please login to write comment.