Color Hex Logo

#e349be Color Hex

#E349BE
(227,73,190)
0 Favorites   0 Comments

Color spaces of #e349be

RGB 22773190
HSL0.870.730.59
HSV314°68°89°
CMYK 0.000.680.16   0.11
XYZ43.355424.813751.2196
Yxy24.81370.36310.2078
Hunter Lab49.813468.1854-26.0944
CIE-Lab56.893470.6956-29.8664

#e349be color RGB value is (227,73,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001001 10111110
Octal 343 111 276
Decimal 227 73 190
Hex E3 49 BE

RGB Percentages of Color #e349be

%46.33
%14.90
%38.78

CMYK Percentages of Color #e349be

%0
%68
%16
%11

Triadic Colors of #e349be

#e349be #bee349 #49bee3

Analogous Colors of #e349be

#e349be #e34971 #bb49e3

Monochromatic Colors of #e349be

#e349be

Complementary Color

#e349be #49e36e

#e349be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e349be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e349be Color CSS Codes

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

#e349be Text Font Color

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

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


#e349be Background Color

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

This div background color is #e349be


#e349be Border Color

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

This div border color is #e349be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e349be


Comments

No comments written yet.

Please login to write comment.