Color Hex Logo

#e149ee Color Hex

#E149EE
(225,73,238)
0 Favorites   0 Comments

Color spaces of #e149ee

RGB 22573238
HSL0.820.830.61
HSV295°69°93°
CMYK 0.050.690.00   0.07
XYZ48.866526.945783.5144
Yxy26.94570.30670.1691
Hunter Lab51.909277.1957-59.0525
CIE-Lab58.924077.6055-53.8962

#e149ee color RGB value is (225,73,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 11101110
Octal 341 111 356
Decimal 225 73 238
Hex E1 49 EE

RGB Percentages of Color #e149ee

%41.98
%13.62
%44.40

CMYK Percentages of Color #e149ee

%5
%69
%0
%7

Triadic Colors of #e149ee

#e149ee #eee149 #49eee1

Analogous Colors of #e149ee

#e149ee #ee49a9 #8f49ee

Monochromatic Colors of #e149ee

#e149ee

Complementary Color

#e149ee #56ee49

#e149ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e149ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e149ee Color CSS Codes

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

#e149ee Text Font Color

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

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


#e149ee Background Color

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

This div background color is #e149ee


#e149ee Border Color

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

This div border color is #e149ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e149ee


Comments

No comments written yet.

Please login to write comment.