Color Hex Logo

#ec90ba Color Hex

#EC90BA
(236,144,186)
0 Favorites   0 Comments

Color spaces of #ec90ba

RGB 236144186
HSL0.920.710.75
HSV333°39°93°
CMYK 0.000.390.21   0.07
XYZ53.428341.324651.6148
Yxy41.32460.36500.2823
Hunter Lab64.284235.8587-2.6059
CIE-Lab70.402740.2236-6.9735

#ec90ba color RGB value is (236,144,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010000 10111010
Octal 354 220 272
Decimal 236 144 186
Hex EC 90 BA

RGB Percentages of Color #ec90ba

%41.70
%25.44
%32.86

CMYK Percentages of Color #ec90ba

%0
%39
%21
%7

Triadic Colors of #ec90ba

#ec90ba #baec90 #90baec

Analogous Colors of #ec90ba

#ec90ba #ec9490 #ec90e8

Monochromatic Colors of #ec90ba

#ec90ba

Complementary Color

#ec90ba #90ecc2

#ec90ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec90ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec90ba Color CSS Codes

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

#ec90ba Text Font Color

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

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


#ec90ba Background Color

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

This div background color is #ec90ba


#ec90ba Border Color

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

This div border color is #ec90ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec90ba


Comments

No comments written yet.

Please login to write comment.