Color Hex Logo

#ec50fa Color Hex

#EC50FA
(236,80,250)
0 Favorites   0 Comments

Color spaces of #ec50fa

RGB 23680250
HSL0.820.940.65
HSV295°68°98°
CMYK 0.060.680.00   0.02
XYZ54.716130.472393.4404
Yxy30.47230.30630.1706
Hunter Lab55.201780.3267-61.7195
CIE-Lab62.059679.4744-55.4734

#ec50fa color RGB value is (236,80,250).

#ec50fa hex color red value is 236, green value is 80 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ec50fa hue: 0.82 , saturation: 0.94 and the lightness value of ec50fa is 0.65.

The process color (four color CMYK) of #ec50fa color hex is 0.06, 0.68, 0.00, 0.02. Web safe color of #ec50fa is #ff66ff. Color #ec50fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010000 11111010
Octal 354 120 372
Decimal 236 80 250
Hex EC 50 FA

RGB Percentages of Color #ec50fa

%41.70
%14.13
%44.17

CMYK Percentages of Color #ec50fa

%6
%68
%0
%2

Triadic Colors of #ec50fa

#ec50fa #faec50 #50faec

Analogous Colors of #ec50fa

#ec50fa #fa50b3 #9750fa

Monochromatic Colors of #ec50fa

#ec50fa

Complementary Color

#ec50fa #5efa50

#ec50fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec50fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec50fa Color CSS Codes

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

#ec50fa Text Font Color

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

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


#ec50fa Background Color

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

This div background color is #ec50fa


#ec50fa Border Color

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

This div border color is #ec50fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec50fa


Comments

No comments written yet.

Please login to write comment.