Color Hex Logo

#e340ea Color Hex

#E340EA
(227,64,234)
0 Favorites   0 Comments

Color spaces of #e340ea

RGB 22764234
HSL0.830.800.58
HSV298°73°92°
CMYK 0.030.730.00   0.08
XYZ48.363225.938280.2994
Yxy25.93820.31280.1678
Hunter Lab50.929680.3786-57.8304
CIE-Lab57.978380.3018-53.1467

#e340ea color RGB value is (227,64,234).

#e340ea hex color red value is 227, green value is 64 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e340ea hue: 0.83 , saturation: 0.80 and the lightness value of e340ea is 0.58.

The process color (four color CMYK) of #e340ea color hex is 0.03, 0.73, 0.00, 0.08. Web safe color of #e340ea is #cc33ff. Color #e340ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000000 11101010
Octal 343 100 352
Decimal 227 64 234
Hex E3 40 EA

RGB Percentages of Color #e340ea

%43.24
%12.19
%44.57

CMYK Percentages of Color #e340ea

%3
%73
%0
%8

Triadic Colors of #e340ea

#e340ea #eae340 #40eae3

Analogous Colors of #e340ea

#e340ea #ea409c #8e40ea

Monochromatic Colors of #e340ea

#e340ea

Complementary Color

#e340ea #47ea40

#e340ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e340ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e340ea Color CSS Codes

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

#e340ea Text Font Color

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

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


#e340ea Background Color

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

This div background color is #e340ea


#e340ea Border Color

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

This div border color is #e340ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e340ea


Comments

No comments written yet.

Please login to write comment.