Color Hex Logo

#de328e Color Hex

#DE328E
(222,50,142)
0 Favorites   0 Comments

Color spaces of #de328e

RGB 22250142
HSL0.910.720.53
HSV328°77°87°
CMYK 0.000.770.36   0.13
XYZ36.147319.763827.5008
Yxy19.76380.43340.2369
Hunter Lab44.456567.3384-5.5573
CIE-Lab51.569171.0101-9.9243

#de328e color RGB value is (222,50,142).

#de328e hex color red value is 222, green value is 50 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #de328e hue: 0.91 , saturation: 0.72 and the lightness value of de328e is 0.53.

The process color (four color CMYK) of #de328e color hex is 0.00, 0.77, 0.36, 0.13. Web safe color of #de328e is #cc3399. Color #de328e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110010 10001110
Octal 336 62 216
Decimal 222 50 142
Hex DE 32 8E

RGB Percentages of Color #de328e

%53.62
%12.08
%34.30

CMYK Percentages of Color #de328e

%0
%77
%36
%13

Triadic Colors of #de328e

#de328e #8ede32 #328ede

Analogous Colors of #de328e

#de328e #de3238 #d832de

Monochromatic Colors of #de328e

#de328e

Complementary Color

#de328e #32de82

#de328e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de328e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de328e Color CSS Codes

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

#de328e Text Font Color

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

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


#de328e Background Color

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

This div background color is #de328e


#de328e Border Color

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

This div border color is #de328e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,50,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 #de328e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de328e


Comments

No comments written yet.

Please login to write comment.