Color Hex Logo

#e148cd Color Hex

#E148CD
(225,72,205)
0 Favorites   0 Comments

Color spaces of #e148cd

RGB 22572205
HSL0.860.720.58
HSV308°68°88°
CMYK 0.000.680.09   0.12
XYZ44.388125.050160.2532
Yxy25.05010.34230.1932
Hunter Lab50.050170.7193-36.3417
CIE-Lab57.124272.7329-38.1226

#e148cd color RGB value is (225,72,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 11001101
Octal 341 110 315
Decimal 225 72 205
Hex E1 48 CD

RGB Percentages of Color #e148cd

%44.82
%14.34
%40.84

CMYK Percentages of Color #e148cd

%0
%68
%9
%12

Triadic Colors of #e148cd

#e148cd #cde148 #48cde1

Analogous Colors of #e148cd

#e148cd #e14881 #a948e1

Monochromatic Colors of #e148cd

#e148cd

Complementary Color

#e148cd #48e15c

#e148cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e148cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e148cd Color CSS Codes

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

#e148cd Text Font Color

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

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


#e148cd Background Color

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

This div background color is #e148cd


#e148cd Border Color

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

This div border color is #e148cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e148cd


Comments

No comments written yet.

Please login to write comment.