Color Hex Logo

#e30689 Color Hex

#E30689
(227,6,137)
0 Favorites   0 Comments

Color spaces of #e30689

RGB 2276137
HSL0.900.950.46
HSV324°97°89°
CMYK 0.000.970.40   0.11
XYZ36.259018.267325.2818
Yxy18.26730.45430.2289
Hunter Lab42.740376.6363-5.1531
CIE-Lab49.818778.9276-9.4461

#e30689 color RGB value is (227,6,137).

#e30689 hex color red value is 227, green value is 6 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e30689 hue: 0.90 , saturation: 0.95 and the lightness value of e30689 is 0.46.

The process color (four color CMYK) of #e30689 color hex is 0.00, 0.97, 0.40, 0.11. Web safe color of #e30689 is #cc0099. Color #e30689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000110 10001001
Octal 343 6 211
Decimal 227 6 137
Hex E3 6 89

RGB Percentages of Color #e30689

%61.35
%1.62
%37.03

CMYK Percentages of Color #e30689

%0
%97
%40
%11

Triadic Colors of #e30689

#e30689 #89e306 #0689e3

Analogous Colors of #e30689

#e30689 #e3061b #cf06e3

Monochromatic Colors of #e30689

#e30689

Complementary Color

#e30689 #06e360

#e30689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30689 Color CSS Codes

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

#e30689 Text Font Color

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

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


#e30689 Background Color

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

This div background color is #e30689


#e30689 Border Color

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

This div border color is #e30689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30689


Comments

No comments written yet.

Please login to write comment.