Color Hex Logo

#ec10ee Color Hex

#EC10EE
(236,16,238)
0 Favorites   0 Comments

Color spaces of #ec10ee

RGB 23616238
HSL0.830.870.50
HSV299°93°93°
CMYK 0.010.930.00   0.07
XYZ50.210024.376582.9477
Yxy24.37650.31870.1547
Hunter Lab49.372695.1257-65.0486
CIE-Lab56.462891.8519-57.7247

#ec10ee color RGB value is (236,16,238).

#ec10ee hex color red value is 236, green value is 16 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ec10ee hue: 0.83 , saturation: 0.87 and the lightness value of ec10ee is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010000 11101110
Octal 354 20 356
Decimal 236 16 238
Hex EC 10 EE

RGB Percentages of Color #ec10ee

%48.16
%3.27
%48.57

CMYK Percentages of Color #ec10ee

%1
%93
%0
%7

Triadic Colors of #ec10ee

#ec10ee #eeec10 #10eeec

Analogous Colors of #ec10ee

#ec10ee #ee1081 #7d10ee

Monochromatic Colors of #ec10ee

#ec10ee

Complementary Color

#ec10ee #12ee10

#ec10ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec10ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec10ee Color CSS Codes

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

#ec10ee Text Font Color

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

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


#ec10ee Background Color

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

This div background color is #ec10ee


#ec10ee Border Color

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

This div border color is #ec10ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec10ee


Comments

No comments written yet.

Please login to write comment.