Color Hex Logo

#ec01fb Color Hex

#EC01FB
(236,1,251)
0 Favorites   0 Comments

Color spaces of #ec01fb

RGB 2361251
HSL0.820.990.49
HSV296°100°98°
CMYK 0.061.000.00   0.02
XYZ52.015524.819693.3159
Yxy24.81960.30570.1459
Hunter Lab49.819399.1852-76.1819
CIE-Lab56.899294.7586-64.2861

#ec01fb color RGB value is (236,1,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000001 11111011
Octal 354 1 373
Decimal 236 1 251
Hex EC 1 FB

RGB Percentages of Color #ec01fb

%48.36
%0.20
%51.43

CMYK Percentages of Color #ec01fb

%6
%100
%0
%2

Triadic Colors of #ec01fb

#ec01fb #fbec01 #01fbec

Analogous Colors of #ec01fb

#ec01fb #fb018d #6f01fb

Monochromatic Colors of #ec01fb

#ec01fb

Complementary Color

#ec01fb #10fb01

#ec01fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec01fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec01fb Color CSS Codes

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

#ec01fb Text Font Color

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

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


#ec01fb Background Color

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

This div background color is #ec01fb


#ec01fb Border Color

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

This div border color is #ec01fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec01fb


Comments

No comments written yet.

Please login to write comment.