Color Hex Logo

#e148be Color Hex

#E148BE
(225,72,190)
0 Favorites   0 Comments

Color spaces of #e148be

RGB 22572190
HSL0.870.720.58
HSV314°68°88°
CMYK 0.000.680.16   0.12
XYZ42.663024.360051.1686
Yxy24.36000.36100.2061
Hunter Lab49.355967.9219-26.9185
CIE-Lab56.446470.5623-30.5854

#e148be color RGB value is (225,72,190).

#e148be hex color red value is 225, green value is 72 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e148be hue: 0.87 , saturation: 0.72 and the lightness value of e148be is 0.58.

The process color (four color CMYK) of #e148be color hex is 0.00, 0.68, 0.16, 0.12. Web safe color of #e148be is #cc33cc. Color #e148be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 10111110
Octal 341 110 276
Decimal 225 72 190
Hex E1 48 BE

RGB Percentages of Color #e148be

%46.20
%14.78
%39.01

CMYK Percentages of Color #e148be

%0
%68
%16
%12

Triadic Colors of #e148be

#e148be #bee148 #48bee1

Analogous Colors of #e148be

#e148be #e14872 #b848e1

Monochromatic Colors of #e148be

#e148be

Complementary Color

#e148be #48e16b

#e148be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e148be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e148be Color CSS Codes

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

#e148be Text Font Color

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

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


#e148be Background Color

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

This div background color is #e148be


#e148be Border Color

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

This div border color is #e148be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e148be


Comments

No comments written yet.

Please login to write comment.