Color Hex Logo

#e349ef Color Hex

#E349EF
(227,73,239)
0 Favorites   0 Comments

Color spaces of #e349ef

RGB 22773239
HSL0.820.840.61
HSV296°69°94°
CMYK 0.050.690.00   0.06
XYZ49.641127.328084.3198
Yxy27.32800.30780.1694
Hunter Lab52.276278.0190-59.0395
CIE-Lab59.276778.1907-53.8748

#e349ef color RGB value is (227,73,239).

#e349ef hex color red value is 227, green value is 73 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e349ef hue: 0.82 , saturation: 0.84 and the lightness value of e349ef is 0.61.

The process color (four color CMYK) of #e349ef color hex is 0.05, 0.69, 0.00, 0.06. Web safe color of #e349ef is #cc33ff. Color #e349ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001001 11101111
Octal 343 111 357
Decimal 227 73 239
Hex E3 49 EF

RGB Percentages of Color #e349ef

%42.12
%13.54
%44.34

CMYK Percentages of Color #e349ef

%5
%69
%0
%6

Triadic Colors of #e349ef

#e349ef #efe349 #49efe3

Analogous Colors of #e349ef

#e349ef #ef49a8 #9049ef

Monochromatic Colors of #e349ef

#e349ef

Complementary Color

#e349ef #55ef49

#e349ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e349ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e349ef Color CSS Codes

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

#e349ef Text Font Color

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

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


#e349ef Background Color

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

This div background color is #e349ef


#e349ef Border Color

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

This div border color is #e349ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e349ef


Comments

No comments written yet.

Please login to write comment.