Color Hex Logo

#de327e Color Hex

#DE327E
(222,50,126)
0 Favorites   0 Comments

Color spaces of #de327e

RGB 22250126
HSL0.930.720.53
HSV333°77°87°
CMYK 0.000.770.43   0.13
XYZ35.030719.317221.6209
Yxy19.31720.46110.2543
Hunter Lab43.951365.35571.5995
CIE-Lab51.056369.4514-1.0670

#de327e color RGB value is (222,50,126).

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

The process color (four color CMYK) of #de327e color hex is 0.00, 0.77, 0.43, 0.13. Web safe color of #de327e is #cc3366. Color #de327e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110010 01111110
Octal 336 62 176
Decimal 222 50 126
Hex DE 32 7E

RGB Percentages of Color #de327e

%55.78
%12.56
%31.66

CMYK Percentages of Color #de327e

%0
%77
%43
%13

Triadic Colors of #de327e

#de327e #7ede32 #327ede

Analogous Colors of #de327e

#de327e #de3c32 #de32d4

Monochromatic Colors of #de327e

#de327e

Complementary Color

#de327e #32de92

#de327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de327e Color CSS Codes

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

#de327e Text Font Color

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

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


#de327e Background Color

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

This div background color is #de327e


#de327e Border Color

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

This div border color is #de327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de327e


Comments

No comments written yet.

Please login to write comment.