Color Hex Logo

#de328d Color Hex

#DE328D
(222,50,141)
0 Favorites   0 Comments

Color spaces of #de328d

RGB 22250141
HSL0.910.720.53
HSV328°77°87°
CMYK 0.000.770.36   0.13
XYZ36.072519.733927.1071
Yxy19.73390.43510.2380
Hunter Lab44.422967.2066-5.0831
CIE-Lab51.535070.9070-9.3768

#de328d color RGB value is (222,50,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110010 10001101
Octal 336 62 215
Decimal 222 50 141
Hex DE 32 8D

RGB Percentages of Color #de328d

%53.75
%12.11
%34.14

CMYK Percentages of Color #de328d

%0
%77
%36
%13

Triadic Colors of #de328d

#de328d #8dde32 #328dde

Analogous Colors of #de328d

#de328d #de3237 #d932de

Monochromatic Colors of #de328d

#de328d

Complementary Color

#de328d #32de83

#de328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de328d Color CSS Codes

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

#de328d Text Font Color

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

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


#de328d Background Color

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

This div background color is #de328d


#de328d Border Color

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

This div border color is #de328d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de328d


Comments

No comments written yet.

Please login to write comment.