color codes Logo

#ec12bb color codes

#EC12BB
(236,18,187)
0 Favorites   0 Comments

Color spaces of #ec12bb

RGB 23618187
HSL0.870.860.50
HSV313°92°93°
CMYK 0.000.920.21   0.07
XYZ43.778021.853348.9245
Yxy21.85330.38220.1908
Hunter Lab46.747585.3531-29.3278
CIE-Lab53.871084.9698-32.7186

#ec12bb color RGB value is (236,18,187).

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

The process color (four color CMYK) of #ec12bb color code is 0.00, 0.92, 0.21, 0.07. Web safe color of #ec12bb is #ff00cc. Color #ec12bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010010 10111011
Octal 354 22 273
Decimal 236 18 187
Hex EC 12 BB

RGB Percentages of Color #ec12bb

%53.51
%4.08
%42.40

CMYK Percentages of Color #ec12bb

%0
%92
%21
%7

Triadic Colors of #ec12bb

#ec12bb #bbec12 #12bbec

Analogous Colors of #ec12bb

#ec12bb #ec124e #b012ec

Monochromatic Colors of #ec12bb

#ec12bb

Complementary Color

#ec12bb #12ec43

#ec12bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec12bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec12bb Color CSS Codes

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

#ec12bb Text Font Color

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

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


#ec12bb Background Color

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

This div background color is #ec12bb


#ec12bb Border Color

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

This div border color is #ec12bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec12bb


Comments

No comments written yet.

Please login to write comment.