Color Hex Logo

#ec5ebe Color Hex

#EC5EBE
(236,94,190)
0 Favorites   0 Comments

Color spaces of #ec5ebe

RGB 23694190
HSL0.890.790.65
HSV319°60°93°
CMYK 0.000.600.19   0.07
XYZ47.889029.556051.8960
Yxy29.55600.37030.2285
Hunter Lab54.365462.0962-18.5411
CIE-Lab61.269264.8081-23.0037

#ec5ebe color RGB value is (236,94,190).

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

The process color (four color CMYK) of #ec5ebe color hex is 0.00, 0.60, 0.19, 0.07. Web safe color of #ec5ebe is #ff66cc. Color #ec5ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011110 10111110
Octal 354 136 276
Decimal 236 94 190
Hex EC 5E BE

RGB Percentages of Color #ec5ebe

%45.38
%18.08
%36.54

CMYK Percentages of Color #ec5ebe

%0
%60
%19
%7

Triadic Colors of #ec5ebe

#ec5ebe #beec5e #5ebeec

Analogous Colors of #ec5ebe

#ec5ebe #ec5e77 #d35eec

Monochromatic Colors of #ec5ebe

#ec5ebe

Complementary Color

#ec5ebe #5eec8c

#ec5ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5ebe Color CSS Codes

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

#ec5ebe Text Font Color

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

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


#ec5ebe Background Color

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

This div background color is #ec5ebe


#ec5ebe Border Color

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

This div border color is #ec5ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5ebe


Comments

No comments written yet.

Please login to write comment.