Color Hex Logo

#ec0cbb Color Hex

#EC0CBB
(236,12,187)
0 Favorites   0 Comments

Color spaces of #ec0cbb

RGB 23612187
HSL0.870.900.49
HSV313°95°93°
CMYK 0.000.950.21   0.07
XYZ43.693221.683748.8962
Yxy21.68370.38240.1898
Hunter Lab46.565885.9986-29.6612
CIE-Lab53.689885.5015-33.0015

#ec0cbb color RGB value is (236,12,187).

#ec0cbb hex color red value is 236, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ec0cbb hue: 0.87 , saturation: 0.90 and the lightness value of ec0cbb is 0.49.

The process color (four color CMYK) of #ec0cbb color hex is 0.00, 0.95, 0.21, 0.07. Web safe color of #ec0cbb is #ff00cc. Color #ec0cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001100 10111011
Octal 354 14 273
Decimal 236 12 187
Hex EC C BB

RGB Percentages of Color #ec0cbb

%54.25
%2.76
%42.99

CMYK Percentages of Color #ec0cbb

%0
%95
%21
%7

Triadic Colors of #ec0cbb

#ec0cbb #bbec0c #0cbbec

Analogous Colors of #ec0cbb

#ec0cbb #ec0c4b #ad0cec

Monochromatic Colors of #ec0cbb

#ec0cbb

Complementary Color

#ec0cbb #0cec3d

#ec0cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0cbb Color CSS Codes

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

#ec0cbb Text Font Color

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

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


#ec0cbb Background Color

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

This div background color is #ec0cbb


#ec0cbb Border Color

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

This div border color is #ec0cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0cbb


Comments

No comments written yet.

Please login to write comment.