Color Hex Logo

#ec359c Color Hex

#EC359C
(236,53,156)
0 Favorites   0 Comments

Color spaces of #ec359c

RGB 23653156
HSL0.910.830.57
HSV326°78°93°
CMYK 0.000.780.34   0.07
XYZ41.865922.779433.6428
Yxy22.77940.42600.2318
Hunter Lab47.727873.0532-8.3835
CIE-Lab54.844475.0686-13.0641

#ec359c color RGB value is (236,53,156).

#ec359c hex color red value is 236, green value is 53 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ec359c hue: 0.91 , saturation: 0.83 and the lightness value of ec359c is 0.57.

The process color (four color CMYK) of #ec359c color hex is 0.00, 0.78, 0.34, 0.07. Web safe color of #ec359c is #ff3399. Color #ec359c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110101 10011100
Octal 354 65 234
Decimal 236 53 156
Hex EC 35 9C

RGB Percentages of Color #ec359c

%53.03
%11.91
%35.06

CMYK Percentages of Color #ec359c

%0
%78
%34
%7

Triadic Colors of #ec359c

#ec359c #9cec35 #359cec

Analogous Colors of #ec359c

#ec359c #ec3541 #e135ec

Monochromatic Colors of #ec359c

#ec359c

Complementary Color

#ec359c #35ec85

#ec359c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec359c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec359c Color CSS Codes

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

#ec359c Text Font Color

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

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


#ec359c Background Color

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

This div background color is #ec359c


#ec359c Border Color

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

This div border color is #ec359c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec359c


Comments

No comments written yet.

Please login to write comment.