Color Hex Logo

#e378eb Color Hex

#E378EB
(227,120,235)
0 Favorites   0 Comments

Color spaces of #e378eb

RGB 227120235
HSL0.820.740.70
HSV296°49°92°
CMYK 0.030.490.00   0.08
XYZ53.390435.762082.6860
Yxy35.76200.31070.2081
Hunter Lab59.801354.7118-40.1180
CIE-Lab66.337757.6478-40.5067

#e378eb color RGB value is (227,120,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111000 11101011
Octal 343 170 353
Decimal 227 120 235
Hex E3 78 EB

RGB Percentages of Color #e378eb

%39.00
%20.62
%40.38

CMYK Percentages of Color #e378eb

%3
%49
%0
%8

Triadic Colors of #e378eb

#e378eb #ebe378 #78ebe3

Analogous Colors of #e378eb

#e378eb #eb78ba #aa78eb

Monochromatic Colors of #e378eb

#e378eb

Complementary Color

#e378eb #80eb78

#e378eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e378eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e378eb Color CSS Codes

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

#e378eb Text Font Color

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

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


#e378eb Background Color

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

This div background color is #e378eb


#e378eb Border Color

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

This div border color is #e378eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e378eb


Comments

No comments written yet.

Please login to write comment.