Color Hex Logo

#ec236e Color Hex

#EC236E
(236,35,110)
0 Favorites   0 Comments

Color spaces of #ec236e

RGB 23635110
HSL0.940.840.53
HSV338°85°93°
CMYK 0.000.850.53   0.07
XYZ38.007620.160716.6400
Yxy20.16070.50810.2695
Hunter Lab44.900772.52089.4578
CIE-Lab52.018475.184110.3444

#ec236e color RGB value is (236,35,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100011 01101110
Octal 354 43 156
Decimal 236 35 110
Hex EC 23 6E

RGB Percentages of Color #ec236e

%61.94
%9.19
%28.87

CMYK Percentages of Color #ec236e

%0
%85
%53
%7

Triadic Colors of #ec236e

#ec236e #6eec23 #236eec

Analogous Colors of #ec236e

#ec236e #ec3d23 #ec23d3

Monochromatic Colors of #ec236e

#ec236e

Complementary Color

#ec236e #23eca1

#ec236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec236e Color CSS Codes

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

#ec236e Text Font Color

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

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


#ec236e Background Color

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

This div background color is #ec236e


#ec236e Border Color

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

This div border color is #ec236e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec236e


Comments

No comments written yet.

Please login to write comment.