Color Hex Logo

#e50ece Color Hex

#E50ECE
(229,14,206)
0 Favorites   0 Comments

Color spaces of #e50ece

RGB 22914206
HSL0.850.880.48
HSV306°94°90°
CMYK 0.000.940.10   0.10
XYZ43.610721.428360.2301
Yxy21.42830.34810.1711
Hunter Lab46.290787.1570-44.7403
CIE-Lab53.415186.4425-44.4966

#e50ece color RGB value is (229,14,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001110 11001110
Octal 345 16 316
Decimal 229 14 206
Hex E5 E CE

RGB Percentages of Color #e50ece

%51.00
%3.12
%45.88

CMYK Percentages of Color #e50ece

%0
%94
%10
%10

Triadic Colors of #e50ece

#e50ece #cee50e #0ecee5

Analogous Colors of #e50ece

#e50ece #e50e63 #910ee5

Monochromatic Colors of #e50ece

#e50ece

Complementary Color

#e50ece #0ee525

#e50ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50ece Color CSS Codes

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

#e50ece Text Font Color

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

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


#e50ece Background Color

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

This div background color is #e50ece


#e50ece Border Color

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

This div border color is #e50ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50ece


Comments

No comments written yet.

Please login to write comment.