Color Hex Logo

#e53ebe Color Hex

#E53EBE
(229,62,190)
0 Favorites   0 Comments

Color spaces of #e53ebe

RGB 22962190
HSL0.870.760.57
HSV314°73°90°
CMYK 0.000.730.17   0.10
XYZ43.330023.821051.0294
Yxy23.82100.36660.2016
Hunter Lab48.806873.0581-27.8253
CIE-Lab55.908174.8674-31.3724

#e53ebe color RGB value is (229,62,190).

#e53ebe hex color red value is 229, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e53ebe hue: 0.87 , saturation: 0.76 and the lightness value of e53ebe is 0.57.

The process color (four color CMYK) of #e53ebe color hex is 0.00, 0.73, 0.17, 0.10. Web safe color of #e53ebe is #cc33cc. Color #e53ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111110 10111110
Octal 345 76 276
Decimal 229 62 190
Hex E5 3E BE

RGB Percentages of Color #e53ebe

%47.61
%12.89
%39.50

CMYK Percentages of Color #e53ebe

%0
%73
%17
%10

Triadic Colors of #e53ebe

#e53ebe #bee53e #3ebee5

Analogous Colors of #e53ebe

#e53ebe #e53e6b #b93ee5

Monochromatic Colors of #e53ebe

#e53ebe

Complementary Color

#e53ebe #3ee565

#e53ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53ebe Color CSS Codes

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

#e53ebe Text Font Color

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

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


#e53ebe Background Color

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

This div background color is #e53ebe


#e53ebe Border Color

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

This div border color is #e53ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53ebe


Comments

No comments written yet.

Please login to write comment.