Color Hex Logo

#ec0eee Color Hex

#EC0EEE
(236,14,238)
0 Favorites   0 Comments

Color spaces of #ec0eee

RGB 23614238
HSL0.830.890.49
HSV299°94°93°
CMYK 0.010.940.00   0.07
XYZ50.181724.320082.9383
Yxy24.32000.31870.1545
Hunter Lab49.315395.3342-65.1930
CIE-Lab56.406892.0175-57.8144

#ec0eee color RGB value is (236,14,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001110 11101110
Octal 354 16 356
Decimal 236 14 238
Hex EC E EE

RGB Percentages of Color #ec0eee

%48.36
%2.87
%48.77

CMYK Percentages of Color #ec0eee

%1
%94
%0
%7

Triadic Colors of #ec0eee

#ec0eee #eeec0e #0eeeec

Analogous Colors of #ec0eee

#ec0eee #ee0e80 #7c0eee

Monochromatic Colors of #ec0eee

#ec0eee

Complementary Color

#ec0eee #10ee0e

#ec0eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0eee Color CSS Codes

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

#ec0eee Text Font Color

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

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


#ec0eee Background Color

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

This div background color is #ec0eee


#ec0eee Border Color

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

This div border color is #ec0eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0eee


Comments

No comments written yet.

Please login to write comment.