Color Hex Logo

#ec0ffe Color Hex

#EC0FFE
(236,15,254)
0 Favorites   0 Comments

Color spaces of #ec0ffe

RGB 23615254
HSL0.820.990.53
HSV295°94°100°
CMYK 0.070.940.00   0.00
XYZ52.652325.330395.8801
Yxy25.33030.30280.1457
Hunter Lab50.329298.6630-77.7205
CIE-Lab57.395894.2803-65.1543

#ec0ffe color RGB value is (236,15,254).

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

The process color (four color CMYK) of #ec0ffe color hex is 0.07, 0.94, 0.00, 0.00. Web safe color of #ec0ffe is #ff00ff. Color #ec0ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001111 11111110
Octal 354 17 376
Decimal 236 15 254
Hex EC F FE

RGB Percentages of Color #ec0ffe

%46.73
%2.97
%50.30

CMYK Percentages of Color #ec0ffe

%7
%94
%0
%0

Triadic Colors of #ec0ffe

#ec0ffe #feec0f #0ffeec

Analogous Colors of #ec0ffe

#ec0ffe #fe0f99 #750ffe

Monochromatic Colors of #ec0ffe

#ec0ffe

Complementary Color

#ec0ffe #21fe0f

#ec0ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0ffe Color CSS Codes

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

#ec0ffe Text Font Color

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

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


#ec0ffe Background Color

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

This div background color is #ec0ffe


#ec0ffe Border Color

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

This div border color is #ec0ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.