Color Hex Logo

#ec0bbd Color Hex

#EC0BBD
(236,11,189)
0 Favorites   0 Comments

Color spaces of #ec0bbd

RGB 23611189
HSL0.870.910.48
HSV313°95°93°
CMYK 0.000.950.20   0.07
XYZ43.897121.746350.0279
Yxy21.74630.37950.1880
Hunter Lab46.632986.4203-30.9634
CIE-Lab53.756885.8120-34.0586

#ec0bbd color RGB value is (236,11,189).

#ec0bbd hex color red value is 236, green value is 11 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ec0bbd hue: 0.87 , saturation: 0.91 and the lightness value of ec0bbd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001011 10111101
Octal 354 13 275
Decimal 236 11 189
Hex EC B BD

RGB Percentages of Color #ec0bbd

%54.13
%2.52
%43.35

CMYK Percentages of Color #ec0bbd

%0
%95
%20
%7

Triadic Colors of #ec0bbd

#ec0bbd #bdec0b #0bbdec

Analogous Colors of #ec0bbd

#ec0bbd #ec0b4c #ab0bec

Monochromatic Colors of #ec0bbd

#ec0bbd

Complementary Color

#ec0bbd #0bec3a

#ec0bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0bbd Color CSS Codes

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

#ec0bbd Text Font Color

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

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


#ec0bbd Background Color

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

This div background color is #ec0bbd


#ec0bbd Border Color

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

This div border color is #ec0bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0bbd


Comments

No comments written yet.

Please login to write comment.