Color Hex Logo

#e34cec Color Hex

#E34CEC
(227,76,236)
0 Favorites   0 Comments

Color spaces of #e34cec

RGB 22776236
HSL0.820.810.61
HSV297°68°93°
CMYK 0.040.680.00   0.07
XYZ49.403327.555982.0719
Yxy27.55590.31070.1733
Hunter Lab52.493776.1273-55.9520
CIE-Lab59.485476.6472-51.8682

#e34cec color RGB value is (227,76,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001100 11101100
Octal 343 114 354
Decimal 227 76 236
Hex E3 4C EC

RGB Percentages of Color #e34cec

%42.12
%14.10
%43.78

CMYK Percentages of Color #e34cec

%4
%68
%0
%7

Triadic Colors of #e34cec

#e34cec #ece34c #4cece3

Analogous Colors of #e34cec

#e34cec #ec4ca5 #934cec

Monochromatic Colors of #e34cec

#e34cec

Complementary Color

#e34cec #55ec4c

#e34cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34cec Color CSS Codes

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

#e34cec Text Font Color

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

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


#e34cec Background Color

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

This div background color is #e34cec


#e34cec Border Color

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

This div border color is #e34cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34cec


Comments

No comments written yet.

Please login to write comment.