Color Hex Logo

#ec8dba Color Hex

#EC8DBA
(236,141,186)
0 Favorites   0 Comments

Color spaces of #ec8dba

RGB 236141186
HSL0.920.710.74
HSV332°40°93°
CMYK 0.000.400.21   0.07
XYZ52.979940.427851.4654
Yxy40.42780.36570.2791
Hunter Lab63.582937.4637-3.4827
CIE-Lab69.773141.7797-7.9084

#ec8dba color RGB value is (236,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001101 10111010
Octal 354 215 272
Decimal 236 141 186
Hex EC 8D BA

RGB Percentages of Color #ec8dba

%41.92
%25.04
%33.04

CMYK Percentages of Color #ec8dba

%0
%40
%21
%7

Triadic Colors of #ec8dba

#ec8dba #baec8d #8dbaec

Analogous Colors of #ec8dba

#ec8dba #ec908d #ec8dea

Monochromatic Colors of #ec8dba

#ec8dba

Complementary Color

#ec8dba #8decbf

#ec8dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8dba Color CSS Codes

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

#ec8dba Text Font Color

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

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


#ec8dba Background Color

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

This div background color is #ec8dba


#ec8dba Border Color

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

This div border color is #ec8dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8dba


Comments

No comments written yet.

Please login to write comment.