Color Hex Logo

#ec09bd Color Hex

#EC09BD
(236,9,189)
0 Favorites   0 Comments

Color spaces of #ec09bd

RGB 2369189
HSL0.870.930.48
HSV312°96°93°
CMYK 0.000.960.20   0.07
XYZ43.875121.702450.0206
Yxy21.70240.37950.1877
Hunter Lab46.585886.5882-31.0514
CIE-Lab53.709885.9499-34.1321

#ec09bd color RGB value is (236,9,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001001 10111101
Octal 354 11 275
Decimal 236 9 189
Hex EC 9 BD

RGB Percentages of Color #ec09bd

%54.38
%2.07
%43.55

CMYK Percentages of Color #ec09bd

%0
%96
%20
%7

Triadic Colors of #ec09bd

#ec09bd #bdec09 #09bdec

Analogous Colors of #ec09bd

#ec09bd #ec094b #aa09ec

Monochromatic Colors of #ec09bd

#ec09bd

Complementary Color

#ec09bd #09ec38

#ec09bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec09bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec09bd Color CSS Codes

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

#ec09bd Text Font Color

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

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


#ec09bd Background Color

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

This div background color is #ec09bd


#ec09bd Border Color

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

This div border color is #ec09bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec09bd


Comments

No comments written yet.

Please login to write comment.