Color Hex Logo

#e148dc Color Hex

#E148DC
(225,72,220)
0 Favorites   0 Comments

Color spaces of #e148dc

RGB 22572220
HSL0.840.720.58
HSV302°68°88°
CMYK 0.000.680.02   0.12
XYZ46.287025.809670.2523
Yxy25.80960.32520.1813
Hunter Lab50.803173.7267-46.4260
CIE-Lab57.855975.0338-45.4834

#e148dc color RGB value is (225,72,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 11011100
Octal 341 110 334
Decimal 225 72 220
Hex E1 48 DC

RGB Percentages of Color #e148dc

%43.52
%13.93
%42.55

CMYK Percentages of Color #e148dc

%0
%68
%2
%12

Triadic Colors of #e148dc

#e148dc #dce148 #48dce1

Analogous Colors of #e148dc

#e148dc #e14890 #9a48e1

Monochromatic Colors of #e148dc

#e148dc

Complementary Color

#e148dc #48e14d

#e148dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e148dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e148dc Color CSS Codes

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

#e148dc Text Font Color

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

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


#e148dc Background Color

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

This div background color is #e148dc


#e148dc Border Color

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

This div border color is #e148dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e148dc


Comments

No comments written yet.

Please login to write comment.