Color Hex Logo

#e34689 Color Hex

#E34689
(227,70,137)
0 Favorites   0 Comments

Color spaces of #e34689

RGB 22770137
HSL0.930.740.58
HSV334°69°89°
CMYK 0.000.690.40   0.11
XYZ38.384122.517425.9901
Yxy22.51740.44170.2591
Hunter Lab47.452561.34590.7432
CIE-Lab54.571765.3908-2.3887

#e34689 color RGB value is (227,70,137).

#e34689 hex color red value is 227, green value is 70 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e34689 hue: 0.93 , saturation: 0.74 and the lightness value of e34689 is 0.58.

The process color (four color CMYK) of #e34689 color hex is 0.00, 0.69, 0.40, 0.11. Web safe color of #e34689 is #cc3399. Color #e34689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000110 10001001
Octal 343 106 211
Decimal 227 70 137
Hex E3 46 89

RGB Percentages of Color #e34689

%52.30
%16.13
%31.57

CMYK Percentages of Color #e34689

%0
%69
%40
%11

Triadic Colors of #e34689

#e34689 #89e346 #4689e3

Analogous Colors of #e34689

#e34689 #e35146 #e346d8

Monochromatic Colors of #e34689

#e34689

Complementary Color

#e34689 #46e3a0

#e34689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34689 Color CSS Codes

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

#e34689 Text Font Color

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

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


#e34689 Background Color

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

This div background color is #e34689


#e34689 Border Color

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

This div border color is #e34689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34689


Comments

No comments written yet.

Please login to write comment.