Color Hex Logo

#ec41fc Color Hex

#EC41FC
(236,65,252)
0 Favorites   0 Comments

Color spaces of #ec41fc

RGB 23665252
HSL0.820.970.62
HSV295°74°99°
CMYK 0.060.740.00   0.01
XYZ54.053128.641794.7750
Yxy28.64170.30460.1614
Hunter Lab53.517986.6285-67.5342
CIE-Lab60.464184.6648-59.1248

#ec41fc color RGB value is (236,65,252).

#ec41fc hex color red value is 236, green value is 65 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ec41fc hue: 0.82 , saturation: 0.97 and the lightness value of ec41fc is 0.62.

The process color (four color CMYK) of #ec41fc color hex is 0.06, 0.74, 0.00, 0.01. Web safe color of #ec41fc is #ff33ff. Color #ec41fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000001 11111100
Octal 354 101 374
Decimal 236 65 252
Hex EC 41 FC

RGB Percentages of Color #ec41fc

%42.68
%11.75
%45.57

CMYK Percentages of Color #ec41fc

%6
%74
%0
%1

Triadic Colors of #ec41fc

#ec41fc #fcec41 #41fcec

Analogous Colors of #ec41fc

#ec41fc #fc41af #8f41fc

Monochromatic Colors of #ec41fc

#ec41fc

Complementary Color

#ec41fc #51fc41

#ec41fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec41fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec41fc Color CSS Codes

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

#ec41fc Text Font Color

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

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


#ec41fc Background Color

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

This div background color is #ec41fc


#ec41fc Border Color

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

This div border color is #ec41fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec41fc


Comments

No comments written yet.

Please login to write comment.