Color Hex Logo

#e149ef Color Hex

#E149EF
(225,73,239)
0 Favorites   0 Comments

Color spaces of #e149ef

RGB 22573239
HSL0.820.840.61
HSV295°69°94°
CMYK 0.060.690.00   0.06
XYZ49.013927.004684.2905
Yxy27.00460.30570.1685
Hunter Lab51.966077.4195-59.7942
CIE-Lab58.978677.7727-54.3675

#e149ef color RGB value is (225,73,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 11101111
Octal 341 111 357
Decimal 225 73 239
Hex E1 49 EF

RGB Percentages of Color #e149ef

%41.90
%13.59
%44.51

CMYK Percentages of Color #e149ef

%6
%69
%0
%6

Triadic Colors of #e149ef

#e149ef #efe149 #49efe1

Analogous Colors of #e149ef

#e149ef #ef49aa #8e49ef

Monochromatic Colors of #e149ef

#e149ef

Complementary Color

#e149ef #57ef49

#e149ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e149ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e149ef Color CSS Codes

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

#e149ef Text Font Color

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

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


#e149ef Background Color

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

This div background color is #e149ef


#e149ef Border Color

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

This div border color is #e149ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e149ef


Comments

No comments written yet.

Please login to write comment.