Color Hex Logo

#ec3a6e Color Hex

#EC3A6E
(236,58,110)
0 Favorites   0 Comments

Color spaces of #ec3a6e

RGB 23658110
HSL0.950.820.58
HSV342°75°93°
CMYK 0.000.750.53   0.07
XYZ38.919621.984816.9440
Yxy21.98480.49990.2824
Hunter Lab46.888066.111011.3958
CIE-Lab54.010969.519113.1324

#ec3a6e color RGB value is (236,58,110).

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

The process color (four color CMYK) of #ec3a6e color hex is 0.00, 0.75, 0.53, 0.07. Web safe color of #ec3a6e is #ff3366. Color #ec3a6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111010 01101110
Octal 354 72 156
Decimal 236 58 110
Hex EC 3A 6E

RGB Percentages of Color #ec3a6e

%58.42
%14.36
%27.23

CMYK Percentages of Color #ec3a6e

%0
%75
%53
%7

Triadic Colors of #ec3a6e

#ec3a6e #6eec3a #3a6eec

Analogous Colors of #ec3a6e

#ec3a6e #ec5f3a #ec3ac7

Monochromatic Colors of #ec3a6e

#ec3a6e

Complementary Color

#ec3a6e #3aecb8

#ec3a6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3a6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3a6e Color CSS Codes

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

#ec3a6e Text Font Color

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

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


#ec3a6e Background Color

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

This div background color is #ec3a6e


#ec3a6e Border Color

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

This div border color is #ec3a6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3a6e


Comments

No comments written yet.

Please login to write comment.