Color Hex Logo

#e148ee Color Hex

#E148EE
(225,72,238)
0 Favorites   0 Comments

Color spaces of #e148ee

RGB 22572238
HSL0.820.830.61
HSV295°70°93°
CMYK 0.050.700.00   0.07
XYZ48.801326.815383.4927
Yxy26.81530.30670.1685
Hunter Lab51.783577.5991-59.3473
CIE-Lab58.803077.9490-54.0891

#e148ee color RGB value is (225,72,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 11101110
Octal 341 110 356
Decimal 225 72 238
Hex E1 48 EE

RGB Percentages of Color #e148ee

%42.06
%13.46
%44.49

CMYK Percentages of Color #e148ee

%5
%70
%0
%7

Triadic Colors of #e148ee

#e148ee #eee148 #48eee1

Analogous Colors of #e148ee

#e148ee #ee48a8 #8e48ee

Monochromatic Colors of #e148ee

#e148ee

Complementary Color

#e148ee #55ee48

#e148ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e148ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e148ee Color CSS Codes

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

#e148ee Text Font Color

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

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


#e148ee Background Color

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

This div background color is #e148ee


#e148ee Border Color

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

This div border color is #e148ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e148ee


Comments

No comments written yet.

Please login to write comment.