Color Hex Logo

#e548bc Color Hex

#E548BC
(229,72,188)
0 Favorites   0 Comments

Color spaces of #e548bc

RGB 22972188
HSL0.880.750.59
HSV316°69°90°
CMYK 0.000.690.18   0.10
XYZ43.707624.923650.0840
Yxy24.92360.36820.2099
Hunter Lab49.923568.9089-24.5341
CIE-Lab57.000971.2718-28.5230

#e548bc color RGB value is (229,72,188).

#e548bc hex color red value is 229, green value is 72 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e548bc hue: 0.88 , saturation: 0.75 and the lightness value of e548bc is 0.59.

The process color (four color CMYK) of #e548bc color hex is 0.00, 0.69, 0.18, 0.10. Web safe color of #e548bc is #cc33cc. Color #e548bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001000 10111100
Octal 345 110 274
Decimal 229 72 188
Hex E5 48 BC

RGB Percentages of Color #e548bc

%46.83
%14.72
%38.45

CMYK Percentages of Color #e548bc

%0
%69
%18
%10

Triadic Colors of #e548bc

#e548bc #bce548 #48bce5

Analogous Colors of #e548bc

#e548bc #e5486e #c048e5

Monochromatic Colors of #e548bc

#e548bc

Complementary Color

#e548bc #48e571

#e548bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e548bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e548bc Color CSS Codes

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

#e548bc Text Font Color

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

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


#e548bc Background Color

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

This div background color is #e548bc


#e548bc Border Color

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

This div border color is #e548bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e548bc


Comments

No comments written yet.

Please login to write comment.