Color Hex Logo

#ec25cf Color Hex

#EC25CF
(236,37,207)
0 Favorites   0 Comments

Color spaces of #ec25cf

RGB 23637207
HSL0.860.840.54
HSV309°84°93°
CMYK 0.000.840.12   0.07
XYZ46.516123.661061.1468
Yxy23.66100.35420.1802
Hunter Lab48.642685.5721-40.4815
CIE-Lab55.746884.7728-41.3052

#ec25cf color RGB value is (236,37,207).

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

The process color (four color CMYK) of #ec25cf color hex is 0.00, 0.84, 0.12, 0.07. Web safe color of #ec25cf is #ff33cc. Color #ec25cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100101 11001111
Octal 354 45 317
Decimal 236 37 207
Hex EC 25 CF

RGB Percentages of Color #ec25cf

%49.17
%7.71
%43.13

CMYK Percentages of Color #ec25cf

%0
%84
%12
%7

Triadic Colors of #ec25cf

#ec25cf #cfec25 #25cfec

Analogous Colors of #ec25cf

#ec25cf #ec256c #a625ec

Monochromatic Colors of #ec25cf

#ec25cf

Complementary Color

#ec25cf #25ec42

#ec25cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec25cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec25cf Color CSS Codes

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

#ec25cf Text Font Color

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

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


#ec25cf Background Color

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

This div background color is #ec25cf


#ec25cf Border Color

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

This div border color is #ec25cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec25cf


Comments

No comments written yet.

Please login to write comment.