Color Hex Logo

#ec66fe Color Hex

#EC66FE
(236,102,254)
0 Favorites   0 Comments

Color spaces of #ec66fe

RGB 236102254
HSL0.810.990.70
HSV293°60°100°
CMYK 0.070.600.00   0.00
XYZ57.232834.491497.4069
Yxy34.49140.30260.1824
Hunter Lab58.729471.1749-57.2262
CIE-Lab65.350871.5702-52.4511

#ec66fe color RGB value is (236,102,254).

#ec66fe hex color red value is 236, green value is 102 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ec66fe hue: 0.81 , saturation: 0.99 and the lightness value of ec66fe is 0.70.

The process color (four color CMYK) of #ec66fe color hex is 0.07, 0.60, 0.00, 0.00. Web safe color of #ec66fe is #ff66ff. Color #ec66fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100110 11111110
Octal 354 146 376
Decimal 236 102 254
Hex EC 66 FE

RGB Percentages of Color #ec66fe

%39.86
%17.23
%42.91

CMYK Percentages of Color #ec66fe

%7
%60
%0
%0

Triadic Colors of #ec66fe

#ec66fe #feec66 #66feec

Analogous Colors of #ec66fe

#ec66fe #fe66c4 #a066fe

Monochromatic Colors of #ec66fe

#ec66fe

Complementary Color

#ec66fe #78fe66

#ec66fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec66fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec66fe Color CSS Codes

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

#ec66fe Text Font Color

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

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


#ec66fe Background Color

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

This div background color is #ec66fe


#ec66fe Border Color

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

This div border color is #ec66fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec66fe


Comments

No comments written yet.

Please login to write comment.