Color Hex Logo

#ec19bd Color Hex

#EC19BD
(236,25,189)
0 Favorites   0 Comments

Color spaces of #ec19bd

RGB 23625189
HSL0.870.850.51
HSV313°89°93°
CMYK 0.000.890.20   0.07
XYZ44.125022.202350.1039
Yxy22.20230.37900.1907
Hunter Lab47.119384.6980-30.0620
CIE-Lab54.241084.3926-33.3019

#ec19bd color RGB value is (236,25,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 10111101
Octal 354 31 275
Decimal 236 25 189
Hex EC 19 BD

RGB Percentages of Color #ec19bd

%52.44
%5.56
%42.00

CMYK Percentages of Color #ec19bd

%0
%89
%20
%7

Triadic Colors of #ec19bd

#ec19bd #bdec19 #19bdec

Analogous Colors of #ec19bd

#ec19bd #ec1953 #b219ec

Monochromatic Colors of #ec19bd

#ec19bd

Complementary Color

#ec19bd #19ec48

#ec19bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec19bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec19bd Color CSS Codes

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

#ec19bd Text Font Color

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

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


#ec19bd Background Color

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

This div background color is #ec19bd


#ec19bd Border Color

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

This div border color is #ec19bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec19bd


Comments

No comments written yet.

Please login to write comment.