Color Hex Logo

#ec258e Color Hex

#EC258E
(236,37,142)
0 Favorites   0 Comments

Color spaces of #ec258e

RGB 23637142
HSL0.910.840.54
HSV328°84°93°
CMYK 0.000.840.40   0.07
XYZ40.136121.109027.5502
Yxy21.10900.45200.2377
Hunter Lab45.944575.5306-3.3915
CIE-Lab53.068677.4095-7.4146

#ec258e color RGB value is (236,37,142).

#ec258e hex color red value is 236, green value is 37 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ec258e hue: 0.91 , saturation: 0.84 and the lightness value of ec258e is 0.54.

The process color (four color CMYK) of #ec258e color hex is 0.00, 0.84, 0.40, 0.07. Web safe color of #ec258e is #ff3399. Color #ec258e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100101 10001110
Octal 354 45 216
Decimal 236 37 142
Hex EC 25 8E

RGB Percentages of Color #ec258e

%56.87
%8.92
%34.22

CMYK Percentages of Color #ec258e

%0
%84
%40
%7

Triadic Colors of #ec258e

#ec258e #8eec25 #258eec

Analogous Colors of #ec258e

#ec258e #ec252a #e725ec

Monochromatic Colors of #ec258e

#ec258e

Complementary Color

#ec258e #25ec83

#ec258e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec258e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec258e Color CSS Codes

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

#ec258e Text Font Color

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

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


#ec258e Background Color

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

This div background color is #ec258e


#ec258e Border Color

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

This div border color is #ec258e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec258e


Comments

No comments written yet.

Please login to write comment.