Color Hex Logo

#ec236c Color Hex

#EC236C
(236,35,108)
0 Favorites   0 Comments

Color spaces of #ec236c

RGB 23635108
HSL0.940.840.53
HSV338°85°93°
CMYK 0.000.850.54   0.07
XYZ37.899920.117616.0729
Yxy20.11760.51150.2715
Hunter Lab44.852672.338010.1503
CIE-Lab51.969975.044911.4896

#ec236c color RGB value is (236,35,108).

#ec236c hex color red value is 236, green value is 35 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ec236c hue: 0.94 , saturation: 0.84 and the lightness value of ec236c is 0.53.

The process color (four color CMYK) of #ec236c color hex is 0.00, 0.85, 0.54, 0.07. Web safe color of #ec236c is #ff3366. Color #ec236c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100011 01101100
Octal 354 43 154
Decimal 236 35 108
Hex EC 23 6C

RGB Percentages of Color #ec236c

%62.27
%9.23
%28.50

CMYK Percentages of Color #ec236c

%0
%85
%54
%7

Triadic Colors of #ec236c

#ec236c #6cec23 #236cec

Analogous Colors of #ec236c

#ec236c #ec3f23 #ec23d1

Monochromatic Colors of #ec236c

#ec236c

Complementary Color

#ec236c #23eca3

#ec236c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec236c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec236c Color CSS Codes

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

#ec236c Text Font Color

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

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


#ec236c Background Color

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

This div background color is #ec236c


#ec236c Border Color

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

This div border color is #ec236c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec236c


Comments

No comments written yet.

Please login to write comment.