Color Hex Logo

#ec3aea Color Hex

#EC3AEA
(236,58,234)
0 Favorites   0 Comments

Color spaces of #ec3aea

RGB 23658234
HSL0.840.820.58
HSV301°75°93°
CMYK 0.000.750.01   0.07
XYZ50.956426.799580.3290
Yxy26.79950.32230.1695
Hunter Lab51.768285.1063-55.7628
CIE-Lab58.788383.8213-51.7724

#ec3aea color RGB value is (236,58,234).

#ec3aea hex color red value is 236, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ec3aea hue: 0.84 , saturation: 0.82 and the lightness value of ec3aea is 0.58.

The process color (four color CMYK) of #ec3aea color hex is 0.00, 0.75, 0.01, 0.07. Web safe color of #ec3aea is #ff33ff. Color #ec3aea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111010 11101010
Octal 354 72 352
Decimal 236 58 234
Hex EC 3A EA

RGB Percentages of Color #ec3aea

%44.70
%10.98
%44.32

CMYK Percentages of Color #ec3aea

%0
%75
%1
%7

Triadic Colors of #ec3aea

#ec3aea #eaec3a #3aeaec

Analogous Colors of #ec3aea

#ec3aea #ec3a91 #953aec

Monochromatic Colors of #ec3aea

#ec3aea

Complementary Color

#ec3aea #3aec3c

#ec3aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3aea Color CSS Codes

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

#ec3aea Text Font Color

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

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


#ec3aea Background Color

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

This div background color is #ec3aea


#ec3aea Border Color

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

This div border color is #ec3aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3aea


Comments

No comments written yet.

Please login to write comment.