Color Hex Logo

#ec5eef Color Hex

#EC5EEF
(236,94,239)
0 Favorites   0 Comments

Color spaces of #ec5eef

RGB 23694239
HSL0.830.820.65
HSV299°61°94°
CMYK 0.010.610.00   0.06
XYZ54.174832.070384.9962
Yxy32.07030.31640.1873
Hunter Lab56.630671.6555-49.3461
CIE-Lab63.400972.3167-47.2538

#ec5eef color RGB value is (236,94,239).

#ec5eef hex color red value is 236, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ec5eef hue: 0.83 , saturation: 0.82 and the lightness value of ec5eef is 0.65.

The process color (four color CMYK) of #ec5eef color hex is 0.01, 0.61, 0.00, 0.06. Web safe color of #ec5eef is #ff66ff. Color #ec5eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011110 11101111
Octal 354 136 357
Decimal 236 94 239
Hex EC 5E EF

RGB Percentages of Color #ec5eef

%41.48
%16.52
%42.00

CMYK Percentages of Color #ec5eef

%1
%61
%0
%6

Triadic Colors of #ec5eef

#ec5eef #efec5e #5eefec

Analogous Colors of #ec5eef

#ec5eef #ef5eaa #a45eef

Monochromatic Colors of #ec5eef

#ec5eef

Complementary Color

#ec5eef #61ef5e

#ec5eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5eef Color CSS Codes

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

#ec5eef Text Font Color

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

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


#ec5eef Background Color

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

This div background color is #ec5eef


#ec5eef Border Color

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

This div border color is #ec5eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5eef


Comments

No comments written yet.

Please login to write comment.