Color Hex Logo

#ec6aea Color Hex

#EC6AEA
(236,106,234)
0 Favorites   0 Comments

Color spaces of #ec6aea

RGB 236106234
HSL0.840.770.67
HSV301°55°93°
CMYK 0.000.550.01   0.07
XYZ54.597434.081481.5427
Yxy34.08140.32070.2002
Hunter Lab58.379364.7728-41.9493
CIE-Lab65.027166.3824-41.9214

#ec6aea color RGB value is (236,106,234).

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

The process color (four color CMYK) of #ec6aea color hex is 0.00, 0.55, 0.01, 0.07. Web safe color of #ec6aea is #ff66ff. Color #ec6aea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101010 11101010
Octal 354 152 352
Decimal 236 106 234
Hex EC 6A EA

RGB Percentages of Color #ec6aea

%40.97
%18.40
%40.63

CMYK Percentages of Color #ec6aea

%0
%55
%1
%7

Triadic Colors of #ec6aea

#ec6aea #eaec6a #6aeaec

Analogous Colors of #ec6aea

#ec6aea #ec6aa9 #ad6aec

Monochromatic Colors of #ec6aea

#ec6aea

Complementary Color

#ec6aea #6aec6c

#ec6aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6aea Color CSS Codes

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

#ec6aea Text Font Color

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

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


#ec6aea Background Color

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

This div background color is #ec6aea


#ec6aea Border Color

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

This div border color is #ec6aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6aea


Comments

No comments written yet.

Please login to write comment.