Color Hex Logo

#ec14bd Color Hex

#EC14BD
(236,20,189)
0 Favorites   0 Comments

Color spaces of #ec14bd

RGB 23620189
HSL0.870.850.50
HSV313°92°93°
CMYK 0.000.920.20   0.07
XYZ44.027522.007350.0714
Yxy22.00730.37920.1895
Hunter Lab46.911985.4288-30.4448
CIE-Lab54.034784.9962-33.6241

#ec14bd color RGB value is (236,20,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010100 10111101
Octal 354 24 275
Decimal 236 20 189
Hex EC 14 BD

RGB Percentages of Color #ec14bd

%53.03
%4.49
%42.47

CMYK Percentages of Color #ec14bd

%0
%92
%20
%7

Triadic Colors of #ec14bd

#ec14bd #bdec14 #14bdec

Analogous Colors of #ec14bd

#ec14bd #ec1451 #af14ec

Monochromatic Colors of #ec14bd

#ec14bd

Complementary Color

#ec14bd #14ec43

#ec14bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec14bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec14bd Color CSS Codes

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

#ec14bd Text Font Color

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

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


#ec14bd Background Color

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

This div background color is #ec14bd


#ec14bd Border Color

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

This div border color is #ec14bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec14bd


Comments

No comments written yet.

Please login to write comment.