Color Hex Logo

#e341ea Color Hex

#E341EA
(227,65,234)
0 Favorites   0 Comments

Color spaces of #e341ea

RGB 22765234
HSL0.830.800.59
HSV298°72°92°
CMYK 0.030.720.00   0.08
XYZ48.420126.052080.3184
Yxy26.05200.31280.1683
Hunter Lab51.041280.0117-57.5700
CIE-Lab58.086479.9926-52.9746

#e341ea color RGB value is (227,65,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000001 11101010
Octal 343 101 352
Decimal 227 65 234
Hex E3 41 EA

RGB Percentages of Color #e341ea

%43.16
%12.36
%44.49

CMYK Percentages of Color #e341ea

%3
%72
%0
%8

Triadic Colors of #e341ea

#e341ea #eae341 #41eae3

Analogous Colors of #e341ea

#e341ea #ea419d #8f41ea

Monochromatic Colors of #e341ea

#e341ea

Complementary Color

#e341ea #48ea41

#e341ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e341ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e341ea Color CSS Codes

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

#e341ea Text Font Color

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

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


#e341ea Background Color

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

This div background color is #e341ea


#e341ea Border Color

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

This div border color is #e341ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e341ea


Comments

No comments written yet.

Please login to write comment.