Color Hex Logo

#ec1bbb Color Hex

#EC1BBB
(236,27,187)
0 Favorites   0 Comments

Color spaces of #ec1bbb

RGB 23627187
HSL0.870.850.52
HSV314°89°93°
CMYK 0.000.890.21   0.07
XYZ43.953622.204648.9830
Yxy22.20460.38170.1928
Hunter Lab47.121884.0358-28.6466
CIE-Lab54.243483.8802-32.1376

#ec1bbb color RGB value is (236,27,187).

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

The process color (four color CMYK) of #ec1bbb color hex is 0.00, 0.89, 0.21, 0.07. Web safe color of #ec1bbb is #ff33cc. Color #ec1bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011011 10111011
Octal 354 33 273
Decimal 236 27 187
Hex EC 1B BB

RGB Percentages of Color #ec1bbb

%52.44
%6.00
%41.56

CMYK Percentages of Color #ec1bbb

%0
%89
%21
%7

Triadic Colors of #ec1bbb

#ec1bbb #bbec1b #1bbbec

Analogous Colors of #ec1bbb

#ec1bbb #ec1b53 #b51bec

Monochromatic Colors of #ec1bbb

#ec1bbb

Complementary Color

#ec1bbb #1bec4c

#ec1bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1bbb Color CSS Codes

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

#ec1bbb Text Font Color

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

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


#ec1bbb Background Color

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

This div background color is #ec1bbb


#ec1bbb Border Color

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

This div border color is #ec1bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1bbb


Comments

No comments written yet.

Please login to write comment.