Color Hex Logo

#e379ff Color Hex

#E379FF
(227,121,255)
0 Favorites   0 Comments

Color spaces of #e379ff

RGB 227121255
HSL0.801.000.74
HSV287°53°100°
CMYK 0.110.530.00   0.00
XYZ56.565937.225698.8117
Yxy37.22560.29370.1933
Hunter Lab61.012858.7177-53.3127
CIE-Lab67.445960.8929-49.7607

#e379ff color RGB value is (227,121,255).

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

The process color (four color CMYK) of #e379ff color hex is 0.11, 0.53, 0.00, 0.00. Web safe color of #e379ff is #cc66ff. Color #e379ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111001 11111111
Octal 343 171 377
Decimal 227 121 255
Hex E3 79 FF

RGB Percentages of Color #e379ff

%37.65
%20.07
%42.29

CMYK Percentages of Color #e379ff

%11
%53
%0
%0

Triadic Colors of #e379ff

#e379ff #ffe379 #79ffe3

Analogous Colors of #e379ff

#e379ff #ff79d8 #a079ff

Monochromatic Colors of #e379ff

#e379ff

Complementary Color

#e379ff #95ff79

#e379ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e379ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e379ff Color CSS Codes

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

#e379ff Text Font Color

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

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


#e379ff Background Color

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

This div background color is #e379ff


#e379ff Border Color

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

This div border color is #e379ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,121,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e379ff

#e379ff Color Palettes


Comments

No comments written yet.

Please login to write comment.