Color Hex Logo

#ec258f Color Hex

#EC258F
(236,37,143)
0 Favorites   0 Comments

Color spaces of #ec258f

RGB 23637143
HSL0.910.840.54
HSV328°84°93°
CMYK 0.000.840.39   0.07
XYZ40.211621.139227.9475
Yxy21.13920.45030.2367
Hunter Lab45.977475.6548-3.8554
CIE-Lab53.101577.5026-7.9630

#ec258f color RGB value is (236,37,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100101 10001111
Octal 354 45 217
Decimal 236 37 143
Hex EC 25 8F

RGB Percentages of Color #ec258f

%56.73
%8.89
%34.38

CMYK Percentages of Color #ec258f

%0
%84
%39
%7

Triadic Colors of #ec258f

#ec258f #8fec25 #258fec

Analogous Colors of #ec258f

#ec258f #ec252c #e625ec

Monochromatic Colors of #ec258f

#ec258f

Complementary Color

#ec258f #25ec82

#ec258f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec258f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec258f Color CSS Codes

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

#ec258f Text Font Color

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

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


#ec258f Background Color

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

This div background color is #ec258f


#ec258f Border Color

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

This div border color is #ec258f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec258f


Comments

No comments written yet.

Please login to write comment.