Color Hex Logo

#e340ff Color Hex

#E340FF
(227,64,255)
0 Favorites   0 Comments

Color spaces of #e340ff

RGB 22764255
HSL0.811.000.63
HSV291°75°100°
CMYK 0.110.750.00   0.00
XYZ51.561927.217797.1437
Yxy27.21770.29310.1547
Hunter Lab52.170685.1189-73.8809
CIE-Lab59.175383.7557-62.9247

#e340ff color RGB value is (227,64,255).

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

The process color (four color CMYK) of #e340ff color hex is 0.11, 0.75, 0.00, 0.00. Web safe color of #e340ff is #cc33ff. Color #e340ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000000 11111111
Octal 343 100 377
Decimal 227 64 255
Hex E3 40 FF

RGB Percentages of Color #e340ff

%41.58
%11.72
%46.70

CMYK Percentages of Color #e340ff

%11
%75
%0
%0

Triadic Colors of #e340ff

#e340ff #ffe340 #40ffe3

Analogous Colors of #e340ff

#e340ff #ff40bc #8440ff

Monochromatic Colors of #e340ff

#e340ff

Complementary Color

#e340ff #5cff40

#e340ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e340ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e340ff Color CSS Codes

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

#e340ff Text Font Color

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

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


#e340ff Background Color

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

This div background color is #e340ff


#e340ff Border Color

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

This div border color is #e340ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e340ff

Related Colors


Comments

No comments written yet.

Please login to write comment.