Color Hex Logo

#e149f5 Color Hex

#E149F5
(225,73,245)
0 Favorites   0 Comments

Color spaces of #e149f5

RGB 22573245
HSL0.810.900.62
HSV293°70°96°
CMYK 0.080.700.00   0.04
XYZ49.915327.365289.0374
Yxy27.36520.30010.1645
Hunter Lab52.311878.7771-64.2965
CIE-Lab59.310878.7835-57.1792

#e149f5 color RGB value is (225,73,245).

#e149f5 hex color red value is 225, green value is 73 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #e149f5 hue: 0.81 , saturation: 0.90 and the lightness value of e149f5 is 0.62.

The process color (four color CMYK) of #e149f5 color hex is 0.08, 0.70, 0.00, 0.04. Web safe color of #e149f5 is #cc33ff. Color #e149f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 11110101
Octal 341 111 365
Decimal 225 73 245
Hex E1 49 F5

RGB Percentages of Color #e149f5

%41.44
%13.44
%45.12

CMYK Percentages of Color #e149f5

%8
%70
%0
%4

Triadic Colors of #e149f5

#e149f5 #f5e149 #49f5e1

Analogous Colors of #e149f5

#e149f5 #f549b3 #8b49f5

Monochromatic Colors of #e149f5

#e149f5

Complementary Color

#e149f5 #5df549

#e149f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e149f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e149f5 Color CSS Codes

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

#e149f5 Text Font Color

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

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


#e149f5 Background Color

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

This div background color is #e149f5


#e149f5 Border Color

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

This div border color is #e149f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e149f5


Comments

No comments written yet.

Please login to write comment.