Color Hex Logo

#e54abb Color Hex

#E54ABB
(229,74,187)
0 Favorites   0 Comments

Color spaces of #e54abb

RGB 22974187
HSL0.880.750.59
HSV316°68°90°
CMYK 0.000.680.18   0.10
XYZ43.731525.143449.5620
Yxy25.14340.36920.2123
Hunter Lab50.143267.9250-23.5026
CIE-Lab57.214970.4198-27.6158

#e54abb color RGB value is (229,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001010 10111011
Octal 345 112 273
Decimal 229 74 187
Hex E5 4A BB

RGB Percentages of Color #e54abb

%46.73
%15.10
%38.16

CMYK Percentages of Color #e54abb

%0
%68
%18
%10

Triadic Colors of #e54abb

#e54abb #bbe54a #4abbe5

Analogous Colors of #e54abb

#e54abb #e54a6e #c24ae5

Monochromatic Colors of #e54abb

#e54abb

Complementary Color

#e54abb #4ae574

#e54abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54abb Color CSS Codes

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

#e54abb Text Font Color

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

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


#e54abb Background Color

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

This div background color is #e54abb


#e54abb Border Color

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

This div border color is #e54abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54abb


Comments

No comments written yet.

Please login to write comment.