Color Hex Logo

#e341ec Color Hex

#E341EC
(227,65,236)
0 Favorites   0 Comments

Color spaces of #e341ec

RGB 22765236
HSL0.820.820.59
HSV297°72°93°
CMYK 0.040.720.00   0.07
XYZ48.709226.167681.8405
Yxy26.16760.31080.1670
Hunter Lab51.154380.4481-59.0487
CIE-Lab58.195880.3142-53.9204

#e341ec color RGB value is (227,65,236).

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

The process color (four color CMYK) of #e341ec color hex is 0.04, 0.72, 0.00, 0.07. Web safe color of #e341ec is #cc33ff. Color #e341ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000001 11101100
Octal 343 101 354
Decimal 227 65 236
Hex E3 41 EC

RGB Percentages of Color #e341ec

%42.99
%12.31
%44.70

CMYK Percentages of Color #e341ec

%4
%72
%0
%7

Triadic Colors of #e341ec

#e341ec #ece341 #41ece3

Analogous Colors of #e341ec

#e341ec #ec41a0 #8e41ec

Monochromatic Colors of #e341ec

#e341ec

Complementary Color

#e341ec #4aec41

#e341ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e341ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e341ec Color CSS Codes

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

#e341ec Text Font Color

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

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


#e341ec Background Color

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

This div background color is #e341ec


#e341ec Border Color

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

This div border color is #e341ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e341ec


Comments

No comments written yet.

Please login to write comment.