Color Hex Logo

#e50ecb Color Hex

#E50ECB
(229,14,203)
0 Favorites   0 Comments

Color spaces of #e50ecb

RGB 22914203
HSL0.850.880.48
HSV307°94°90°
CMYK 0.000.940.11   0.10
XYZ43.249621.283958.3286
Yxy21.28390.35200.1732
Hunter Lab46.134586.6027-42.6672
CIE-Lab53.258886.0487-43.0198

#e50ecb color RGB value is (229,14,203).

#e50ecb hex color red value is 229, green value is 14 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e50ecb hue: 0.85 , saturation: 0.88 and the lightness value of e50ecb is 0.48.

The process color (four color CMYK) of #e50ecb color hex is 0.00, 0.94, 0.11, 0.10. Web safe color of #e50ecb is #cc00cc. Color #e50ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001110 11001011
Octal 345 16 313
Decimal 229 14 203
Hex E5 E CB

RGB Percentages of Color #e50ecb

%51.35
%3.14
%45.52

CMYK Percentages of Color #e50ecb

%0
%94
%11
%10

Triadic Colors of #e50ecb

#e50ecb #cbe50e #0ecbe5

Analogous Colors of #e50ecb

#e50ecb #e50e5f #940ee5

Monochromatic Colors of #e50ecb

#e50ecb

Complementary Color

#e50ecb #0ee528

#e50ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50ecb Color CSS Codes

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

#e50ecb Text Font Color

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

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


#e50ecb Background Color

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

This div background color is #e50ecb


#e50ecb Border Color

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

This div border color is #e50ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50ecb


Comments

No comments written yet.

Please login to write comment.