Color Hex Logo

#ec257f Color Hex

#EC257F
(236,37,127)
0 Favorites   0 Comments

Color spaces of #ec257f

RGB 23637127
HSL0.920.840.54
HSV333°84°93°
CMYK 0.000.840.46   0.07
XYZ39.084420.688322.0119
Yxy20.68830.47790.2530
Hunter Lab45.484473.78603.1460
CIE-Lab52.606776.09500.9069

#ec257f color RGB value is (236,37,127).

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

The process color (four color CMYK) of #ec257f color hex is 0.00, 0.84, 0.46, 0.07. Web safe color of #ec257f is #ff3366. Color #ec257f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100101 01111111
Octal 354 45 177
Decimal 236 37 127
Hex EC 25 7F

RGB Percentages of Color #ec257f

%59.00
%9.25
%31.75

CMYK Percentages of Color #ec257f

%0
%84
%46
%7

Triadic Colors of #ec257f

#ec257f #7fec25 #257fec

Analogous Colors of #ec257f

#ec257f #ec2f25 #ec25e3

Monochromatic Colors of #ec257f

#ec257f

Complementary Color

#ec257f #25ec92

#ec257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec257f Color CSS Codes

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

#ec257f Text Font Color

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

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


#ec257f Background Color

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

This div background color is #ec257f


#ec257f Border Color

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

This div border color is #ec257f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec257f


Comments

No comments written yet.

Please login to write comment.