Color Hex Logo

#e148ff Color Hex

#E148FF
(225,72,255)
0 Favorites   0 Comments

Color spaces of #e148ff

RGB 22572255
HSL0.811.000.64
HSV290°72°100°
CMYK 0.120.720.00   0.00
XYZ51.418727.862397.2756
Yxy27.86230.29120.1578
Hunter Lab52.784881.5072-72.3146
CIE-Lab59.764180.8397-61.9966

#e148ff color RGB value is (225,72,255).

#e148ff hex color red value is 225, green value is 72 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e148ff hue: 0.81 , saturation: 1.00 and the lightness value of e148ff is 0.64.

The process color (four color CMYK) of #e148ff color hex is 0.12, 0.72, 0.00, 0.00. Web safe color of #e148ff is #cc33ff. Color #e148ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 11111111
Octal 341 110 377
Decimal 225 72 255
Hex E1 48 FF

RGB Percentages of Color #e148ff

%40.76
%13.04
%46.20

CMYK Percentages of Color #e148ff

%12
%72
%0
%0

Triadic Colors of #e148ff

#e148ff #ffe148 #48ffe1

Analogous Colors of #e148ff

#e148ff #ff48c2 #8648ff

Monochromatic Colors of #e148ff

#e148ff

Complementary Color

#e148ff #66ff48

#e148ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e148ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e148ff Color CSS Codes

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

#e148ff Text Font Color

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

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


#e148ff Background Color

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

This div background color is #e148ff


#e148ff Border Color

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

This div border color is #e148ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e148ff


Comments

No comments written yet.

Please login to write comment.