Color Hex Logo

#ec41fb Color Hex

#EC41FB
(236,65,251)
0 Favorites   0 Comments

Color spaces of #ec41fb

RGB 23665251
HSL0.820.960.62
HSV295°74°98°
CMYK 0.060.740.00   0.02
XYZ53.895028.578593.9424
Yxy28.57850.30550.1620
Hunter Lab53.458986.4033-66.7682
CIE-Lab60.407884.5032-58.6610

#ec41fb color RGB value is (236,65,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000001 11111011
Octal 354 101 373
Decimal 236 65 251
Hex EC 41 FB

RGB Percentages of Color #ec41fb

%42.75
%11.78
%45.47

CMYK Percentages of Color #ec41fb

%6
%74
%0
%2

Triadic Colors of #ec41fb

#ec41fb #fbec41 #41fbec

Analogous Colors of #ec41fb

#ec41fb #fb41ad #8f41fb

Monochromatic Colors of #ec41fb

#ec41fb

Complementary Color

#ec41fb #50fb41

#ec41fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec41fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec41fb Color CSS Codes

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

#ec41fb Text Font Color

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

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


#ec41fb Background Color

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

This div background color is #ec41fb


#ec41fb Border Color

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

This div border color is #ec41fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec41fb


Comments

No comments written yet.

Please login to write comment.