Color Hex Logo

#de4384 Color Hex

#DE4384
(222,67,132)
0 Favorites   0 Comments

Color spaces of #de4384

RGB 22267132
HSL0.930.700.57
HSV335°70°87°
CMYK 0.000.700.41   0.13
XYZ36.296221.209824.0107
Yxy21.20980.44530.2602
Hunter Lab46.054160.08491.3265
CIE-Lab53.178364.5704-1.5580

#de4384 color RGB value is (222,67,132).

#de4384 hex color red value is 222, green value is 67 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #de4384 hue: 0.93 , saturation: 0.70 and the lightness value of de4384 is 0.57.

The process color (four color CMYK) of #de4384 color hex is 0.00, 0.70, 0.41, 0.13. Web safe color of #de4384 is #cc3399. Color #de4384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000011 10000100
Octal 336 103 204
Decimal 222 67 132
Hex DE 43 84

RGB Percentages of Color #de4384

%52.73
%15.91
%31.35

CMYK Percentages of Color #de4384

%0
%70
%41
%13

Triadic Colors of #de4384

#de4384 #84de43 #4384de

Analogous Colors of #de4384

#de4384 #de5043 #de43d2

Monochromatic Colors of #de4384

#de4384

Complementary Color

#de4384 #43de9d

#de4384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de4384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de4384 Color CSS Codes

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

#de4384 Text Font Color

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

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


#de4384 Background Color

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

This div background color is #de4384


#de4384 Border Color

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

This div border color is #de4384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de4384


Comments

No comments written yet.

Please login to write comment.