Color Hex Logo

#e379eb Color Hex

#E379EB
(227,121,235)
0 Favorites   0 Comments

Color spaces of #e379eb

RGB 227121235
HSL0.820.740.70
HSV296°49°92°
CMYK 0.030.490.00   0.08
XYZ53.511336.003882.7263
Yxy36.00380.31070.2090
Hunter Lab60.003254.1822-39.7408
CIE-Lab66.522857.1609-40.2171

#e379eb color RGB value is (227,121,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111001 11101011
Octal 343 171 353
Decimal 227 121 235
Hex E3 79 EB

RGB Percentages of Color #e379eb

%38.94
%20.75
%40.31

CMYK Percentages of Color #e379eb

%3
%49
%0
%8

Triadic Colors of #e379eb

#e379eb #ebe379 #79ebe3

Analogous Colors of #e379eb

#e379eb #eb79ba #aa79eb

Monochromatic Colors of #e379eb

#e379eb

Complementary Color

#e379eb #81eb79

#e379eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e379eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e379eb Color CSS Codes

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

#e379eb Text Font Color

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

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


#e379eb Background Color

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

This div background color is #e379eb


#e379eb Border Color

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

This div border color is #e379eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e379eb


Comments

No comments written yet.

Please login to write comment.