Color Hex Logo

#ec00fb Color Hex

#EC00FB
(236,0,251)
0 Favorites   0 Comments

Color spaces of #ec00fb

RGB 2360251
HSL0.821.000.49
HSV296°100°98°
CMYK 0.061.000.00   0.02
XYZ52.004724.797993.3123
Yxy24.79790.30570.1458
Hunter Lab49.797599.2662-76.2415
CIE-Lab56.878094.8219-64.3203

#ec00fb color RGB value is (236,0,251).

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

The process color (four color CMYK) of #ec00fb color hex is 0.06, 1.00, 0.00, 0.02. Web safe color of #ec00fb is #ff00ff. Color #ec00fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000000 11111011
Octal 354 0 373
Decimal 236 0 251
Hex EC 0 FB

RGB Percentages of Color #ec00fb

%48.46
%0.00
%51.54

CMYK Percentages of Color #ec00fb

%6
%100
%0
%2

Triadic Colors of #ec00fb

#ec00fb #fbec00 #00fbec

Analogous Colors of #ec00fb

#ec00fb #fb008d #6f00fb

Monochromatic Colors of #ec00fb

#ec00fb

Complementary Color

#ec00fb #0ffb00

#ec00fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec00fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec00fb Color CSS Codes

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

#ec00fb Text Font Color

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

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


#ec00fb Background Color

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

This div background color is #ec00fb


#ec00fb Border Color

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

This div border color is #ec00fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,0,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 #ec00fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec00fb

#ec00fb Color Palettes


Comments

No comments written yet.

Please login to write comment.