Color Hex Logo

#ec90be Color Hex

#EC90BE
(236,144,190)
0 Favorites   0 Comments

Color spaces of #ec90be

RGB 236144190
HSL0.920.710.75
HSV330°39°93°
CMYK 0.000.390.19   0.07
XYZ53.859641.497153.8862
Yxy41.49710.36090.2781
Hunter Lab64.418236.5106-4.5036
CIE-Lab70.522840.8135-9.0213

#ec90be color RGB value is (236,144,190).

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

The process color (four color CMYK) of #ec90be color hex is 0.00, 0.39, 0.19, 0.07. Web safe color of #ec90be is #ff99cc. Color #ec90be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010000 10111110
Octal 354 220 276
Decimal 236 144 190
Hex EC 90 BE

RGB Percentages of Color #ec90be

%41.40
%25.26
%33.33

CMYK Percentages of Color #ec90be

%0
%39
%19
%7

Triadic Colors of #ec90be

#ec90be #beec90 #90beec

Analogous Colors of #ec90be

#ec90be #ec9090 #ec90ec

Monochromatic Colors of #ec90be

#ec90be

Complementary Color

#ec90be #90ecbe

#ec90be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec90be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec90be Color CSS Codes

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

#ec90be Text Font Color

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

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


#ec90be Background Color

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

This div background color is #ec90be


#ec90be Border Color

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

This div border color is #ec90be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec90be


Comments

No comments written yet.

Please login to write comment.