Color Hex Logo

#e40ece Color Hex

#E40ECE
(228,14,206)
0 Favorites   0 Comments

Color spaces of #e40ece

RGB 22814206
HSL0.850.880.47
HSV306°94°89°
CMYK 0.000.940.10   0.11
XYZ43.292521.264360.2152
Yxy21.26430.34700.1704
Hunter Lab46.113286.8831-45.1423
CIE-Lab53.237586.2675-44.7892

#e40ece color RGB value is (228,14,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001110 11001110
Octal 344 16 316
Decimal 228 14 206
Hex E4 E CE

RGB Percentages of Color #e40ece

%50.89
%3.13
%45.98

CMYK Percentages of Color #e40ece

%0
%94
%10
%11

Triadic Colors of #e40ece

#e40ece #cee40e #0ecee4

Analogous Colors of #e40ece

#e40ece #e40e63 #8f0ee4

Monochromatic Colors of #e40ece

#e40ece

Complementary Color

#e40ece #0ee424

#e40ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40ece Color CSS Codes

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

#e40ece Text Font Color

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

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


#e40ece Background Color

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

This div background color is #e40ece


#e40ece Border Color

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

This div border color is #e40ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,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 #e40ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40ece


Comments

No comments written yet.

Please login to write comment.