Color Hex Logo

#ec25ca Color Hex

#EC25CA
(236,37,202)
0 Favorites   0 Comments

Color spaces of #ec25ca

RGB 23637202
HSL0.860.840.54
HSV310°84°93°
CMYK 0.000.840.14   0.07
XYZ45.914323.420357.9777
Yxy23.42030.36060.1840
Hunter Lab48.394584.6614-37.1546
CIE-Lab55.502784.1184-38.8248

#ec25ca color RGB value is (236,37,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100101 11001010
Octal 354 45 312
Decimal 236 37 202
Hex EC 25 CA

RGB Percentages of Color #ec25ca

%49.68
%7.79
%42.53

CMYK Percentages of Color #ec25ca

%0
%84
%14
%7

Triadic Colors of #ec25ca

#ec25ca #caec25 #25caec

Analogous Colors of #ec25ca

#ec25ca #ec2567 #ab25ec

Monochromatic Colors of #ec25ca

#ec25ca

Complementary Color

#ec25ca #25ec47

#ec25ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec25ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec25ca Color CSS Codes

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

#ec25ca Text Font Color

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

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


#ec25ca Background Color

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

This div background color is #ec25ca


#ec25ca Border Color

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

This div border color is #ec25ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec25ca


Comments

No comments written yet.

Please login to write comment.