Color Hex Logo

#e349ba Color Hex

#E349BA
(227,73,186)
0 Favorites   0 Comments

Color spaces of #e349ba

RGB 22773186
HSL0.880.730.59
HSV316°68°89°
CMYK 0.000.680.18   0.11
XYZ42.924024.641248.9482
Yxy24.64120.36840.2115
Hunter Lab49.639967.4805-23.7159
CIE-Lab56.724170.1445-27.8242

#e349ba color RGB value is (227,73,186).

#e349ba hex color red value is 227, green value is 73 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e349ba hue: 0.88 , saturation: 0.73 and the lightness value of e349ba is 0.59.

The process color (four color CMYK) of #e349ba color hex is 0.00, 0.68, 0.18, 0.11. Web safe color of #e349ba is #cc33cc. Color #e349ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001001 10111010
Octal 343 111 272
Decimal 227 73 186
Hex E3 49 BA

RGB Percentages of Color #e349ba

%46.71
%15.02
%38.27

CMYK Percentages of Color #e349ba

%0
%68
%18
%11

Triadic Colors of #e349ba

#e349ba #bae349 #49bae3

Analogous Colors of #e349ba

#e349ba #e3496d #bf49e3

Monochromatic Colors of #e349ba

#e349ba

Complementary Color

#e349ba #49e372

#e349ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e349ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e349ba Color CSS Codes

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

#e349ba Text Font Color

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

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


#e349ba Background Color

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

This div background color is #e349ba


#e349ba Border Color

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

This div border color is #e349ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,73,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e349ba


Comments

No comments written yet.

Please login to write comment.