color codes Logo

#ec80be color codes

#EC80BE
(236,128,190)
0 Favorites   0 Comments

Color spaces of #ec80be

RGB 236128190
HSL0.900.740.71
HSV326°46°93°
CMYK 0.000.460.19   0.07
XYZ51.605536.988953.1349
Yxy36.98890.36410.2610
Hunter Lab60.818545.0278-9.2266
CIE-Lab67.268748.9852-13.8932

#ec80be color RGB value is (236,128,190).

#ec80be hex color red value is 236, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ec80be hue: 0.90 , saturation: 0.74 and the lightness value of ec80be is 0.71.

The process color (four color CMYK) of #ec80be color code is 0.00, 0.46, 0.19, 0.07. Web safe color of #ec80be is #ff99cc. Color #ec80be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000000 10111110
Octal 354 200 276
Decimal 236 128 190
Hex EC 80 BE

RGB Percentages of Color #ec80be

%42.60
%23.10
%34.30

CMYK Percentages of Color #ec80be

%0
%46
%19
%7

Triadic Colors of #ec80be

#ec80be #beec80 #80beec

Analogous Colors of #ec80be

#ec80be #ec8088 #e480ec

Monochromatic Colors of #ec80be

#ec80be

Complementary Color

#ec80be #80ecae

#ec80be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec80be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec80be Color CSS Codes

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

#ec80be Text Font Color

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

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


#ec80be Background Color

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

This div background color is #ec80be


#ec80be Border Color

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

This div border color is #ec80be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec80be


Comments

No comments written yet.

Please login to write comment.