Color Hex Logo

#e278eb Color Hex

#E278EB
(226,120,235)
0 Favorites   0 Comments

Color spaces of #e278eb

RGB 226120235
HSL0.820.740.70
HSV295°49°92°
CMYK 0.040.490.00   0.08
XYZ53.075935.599982.6713
Yxy35.59990.30980.2078
Hunter Lab59.665754.3707-40.3848
CIE-Lab66.213157.3732-40.7107

#e278eb color RGB value is (226,120,235).

#e278eb hex color red value is 226, green value is 120 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e278eb hue: 0.82 , saturation: 0.74 and the lightness value of e278eb is 0.70.

The process color (four color CMYK) of #e278eb color hex is 0.04, 0.49, 0.00, 0.08. Web safe color of #e278eb is #cc66ff. Color #e278eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111000 11101011
Octal 342 170 353
Decimal 226 120 235
Hex E2 78 EB

RGB Percentages of Color #e278eb

%38.90
%20.65
%40.45

CMYK Percentages of Color #e278eb

%4
%49
%0
%8

Triadic Colors of #e278eb

#e278eb #ebe278 #78ebe2

Analogous Colors of #e278eb

#e278eb #eb78bb #a978eb

Monochromatic Colors of #e278eb

#e278eb

Complementary Color

#e278eb #81eb78

#e278eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e278eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e278eb Color CSS Codes

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

#e278eb Text Font Color

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

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


#e278eb Background Color

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

This div background color is #e278eb


#e278eb Border Color

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

This div border color is #e278eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,120,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e278eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e278eb;
  -webkit-box-shadow: 1px 1px 3px 2px #e278eb;
  box-shadow:         1px 1px 3px 2px #e278eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,120,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e278eb


Comments

No comments written yet.

Please login to write comment.