Color Hex Logo

#e54dbc Color Hex

#E54DBC
(229,77,188)
0 Favorites   0 Comments

Color spaces of #e54dbc

RGB 22977188
HSL0.880.750.60
HSV316°66°90°
CMYK 0.000.660.18   0.10
XYZ44.044125.596650.1962
Yxy25.59660.36750.2136
Hunter Lab50.593166.8563-23.4097
CIE-Lab57.652169.4526-27.5154

#e54dbc color RGB value is (229,77,188).

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

The process color (four color CMYK) of #e54dbc color hex is 0.00, 0.66, 0.18, 0.10. Web safe color of #e54dbc is #cc66cc. Color #e54dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001101 10111100
Octal 345 115 274
Decimal 229 77 188
Hex E5 4D BC

RGB Percentages of Color #e54dbc

%46.36
%15.59
%38.06

CMYK Percentages of Color #e54dbc

%0
%66
%18
%10

Triadic Colors of #e54dbc

#e54dbc #bce54d #4dbce5

Analogous Colors of #e54dbc

#e54dbc #e54d70 #c24de5

Monochromatic Colors of #e54dbc

#e54dbc

Complementary Color

#e54dbc #4de576

#e54dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54dbc Color CSS Codes

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

#e54dbc Text Font Color

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

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


#e54dbc Background Color

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

This div background color is #e54dbc


#e54dbc Border Color

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

This div border color is #e54dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,77,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 #e54dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54dbc


Comments

No comments written yet.

Please login to write comment.