Color Hex Logo

#de3389 Color Hex

#DE3389
(222,51,137)
0 Favorites   0 Comments

Color spaces of #de3389

RGB 22251137
HSL0.920.720.54
HSV330°77°87°
CMYK 0.000.770.38   0.13
XYZ35.823419.703425.5819
Yxy19.70340.44170.2429
Hunter Lab44.388566.3771-3.0979
CIE-Lab51.500270.2218-7.0315

#de3389 color RGB value is (222,51,137).

#de3389 hex color red value is 222, green value is 51 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #de3389 hue: 0.92 , saturation: 0.72 and the lightness value of de3389 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110011 10001001
Octal 336 63 211
Decimal 222 51 137
Hex DE 33 89

RGB Percentages of Color #de3389

%54.15
%12.44
%33.41

CMYK Percentages of Color #de3389

%0
%77
%38
%13

Triadic Colors of #de3389

#de3389 #89de33 #3389de

Analogous Colors of #de3389

#de3389 #de3333 #de33de

Monochromatic Colors of #de3389

#de3389

Complementary Color

#de3389 #33de88

#de3389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de3389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de3389 Color CSS Codes

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

#de3389 Text Font Color

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

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


#de3389 Background Color

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

This div background color is #de3389


#de3389 Border Color

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

This div border color is #de3389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de3389


Comments

No comments written yet.

Please login to write comment.