Color Hex Logo

#de1389 Color Hex

#DE1389
(222,19,137)
0 Favorites   0 Comments

Color spaces of #de1389

RGB 22219137
HSL0.900.840.47
HSV325°91°87°
CMYK 0.000.910.38   0.13
XYZ34.872417.801525.2650
Yxy17.80150.44740.2284
Hunter Lab42.191873.6982-5.9693
CIE-Lab49.254576.6770-10.3917

#de1389 color RGB value is (222,19,137).

#de1389 hex color red value is 222, green value is 19 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #de1389 hue: 0.90 , saturation: 0.84 and the lightness value of de1389 is 0.47.

The process color (four color CMYK) of #de1389 color hex is 0.00, 0.91, 0.38, 0.13. Web safe color of #de1389 is #cc0099. Color #de1389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010011 10001001
Octal 336 23 211
Decimal 222 19 137
Hex DE 13 89

RGB Percentages of Color #de1389

%58.73
%5.03
%36.24

CMYK Percentages of Color #de1389

%0
%91
%38
%13

Triadic Colors of #de1389

#de1389 #89de13 #1389de

Analogous Colors of #de1389

#de1389 #de1323 #ce13de

Monochromatic Colors of #de1389

#de1389

Complementary Color

#de1389 #13de68

#de1389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de1389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de1389 Color CSS Codes

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

#de1389 Text Font Color

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

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


#de1389 Background Color

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

This div background color is #de1389


#de1389 Border Color

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

This div border color is #de1389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de1389


Comments

No comments written yet.

Please login to write comment.