Color Hex Logo

#ec345e Color Hex

#EC345E
(236,52,94)
0 Favorites   0 Comments

Color spaces of #ec345e

RGB 2365294
HSL0.960.830.56
HSV346°78°93°
CMYK 0.000.780.60   0.07
XYZ37.840421.097012.6674
Yxy21.09700.52850.2946
Hunter Lab45.931566.676215.8005
CIE-Lab53.055570.173021.4261

#ec345e color RGB value is (236,52,94).

#ec345e hex color red value is 236, green value is 52 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ec345e hue: 0.96 , saturation: 0.83 and the lightness value of ec345e is 0.56.

The process color (four color CMYK) of #ec345e color hex is 0.00, 0.78, 0.60, 0.07. Web safe color of #ec345e is #ff3366. Color #ec345e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110100 01011110
Octal 354 64 136
Decimal 236 52 94
Hex EC 34 5E

RGB Percentages of Color #ec345e

%61.78
%13.61
%24.61

CMYK Percentages of Color #ec345e

%0
%78
%60
%7

Triadic Colors of #ec345e

#ec345e #5eec34 #345eec

Analogous Colors of #ec345e

#ec345e #ec6634 #ec34ba

Monochromatic Colors of #ec345e

#ec345e

Complementary Color

#ec345e #34ecc2

#ec345e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec345e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec345e Color CSS Codes

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

#ec345e Text Font Color

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

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


#ec345e Background Color

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

This div background color is #ec345e


#ec345e Border Color

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

This div border color is #ec345e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec345e


Comments

No comments written yet.

Please login to write comment.