Color Hex Logo

#e50be1 Color Hex

#E50BE1
(229,11,225)
0 Favorites   0 Comments

Color spaces of #e50be1

RGB 22911225
HSL0.840.910.47
HSV301°95°90°
CMYK 0.000.950.02   0.10
XYZ46.023422.333673.1193
Yxy22.33360.32530.1579
Hunter Lab47.258491.1329-58.6539
CIE-Lab54.379289.2714-53.7974

#e50be1 color RGB value is (229,11,225).

#e50be1 hex color red value is 229, green value is 11 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #e50be1 hue: 0.84 , saturation: 0.91 and the lightness value of e50be1 is 0.47.

The process color (four color CMYK) of #e50be1 color hex is 0.00, 0.95, 0.02, 0.10. Web safe color of #e50be1 is #cc00cc. Color #e50be1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001011 11100001
Octal 345 13 341
Decimal 229 11 225
Hex E5 B E1

RGB Percentages of Color #e50be1

%49.25
%2.37
%48.39

CMYK Percentages of Color #e50be1

%0
%95
%2
%10

Triadic Colors of #e50be1

#e50be1 #e1e50b #0be1e5

Analogous Colors of #e50be1

#e50be1 #e50b74 #7c0be5

Monochromatic Colors of #e50be1

#e50be1

Complementary Color

#e50be1 #0be50f

#e50be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50be1 Color CSS Codes

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

#e50be1 Text Font Color

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

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


#e50be1 Background Color

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

This div background color is #e50be1


#e50be1 Border Color

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

This div border color is #e50be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50be1


Comments

No comments written yet.

Please login to write comment.