Color Hex Logo

#e54bcc Color Hex

#E54BCC
(229,75,204)
0 Favorites   0 Comments

Color spaces of #e54bcc

RGB 22975204
HSL0.860.750.60
HSV310°67°90°
CMYK 0.000.670.11   0.10
XYZ45.728326.049859.7447
Yxy26.04980.34770.1981
Hunter Lab51.039070.6085-33.6758
CIE-Lab58.084372.4601-36.0041

#e54bcc color RGB value is (229,75,204).

#e54bcc hex color red value is 229, green value is 75 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e54bcc hue: 0.86 , saturation: 0.75 and the lightness value of e54bcc is 0.60.

The process color (four color CMYK) of #e54bcc color hex is 0.00, 0.67, 0.11, 0.10. Web safe color of #e54bcc is #cc33cc. Color #e54bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001011 11001100
Octal 345 113 314
Decimal 229 75 204
Hex E5 4B CC

RGB Percentages of Color #e54bcc

%45.08
%14.76
%40.16

CMYK Percentages of Color #e54bcc

%0
%67
%11
%10

Triadic Colors of #e54bcc

#e54bcc #cce54b #4bcce5

Analogous Colors of #e54bcc

#e54bcc #e54b7f #b14be5

Monochromatic Colors of #e54bcc

#e54bcc

Complementary Color

#e54bcc #4be564

#e54bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54bcc Color CSS Codes

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

#e54bcc Text Font Color

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

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


#e54bcc Background Color

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

This div background color is #e54bcc


#e54bcc Border Color

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

This div border color is #e54bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54bcc


Comments

No comments written yet.

Please login to write comment.