Color Hex Logo

#ec46bd Color Hex

#EC46BD
(236,70,189)
0 Favorites   0 Comments

Color spaces of #ec46bd

RGB 23670189
HSL0.880.810.60
HSV317°70°93°
CMYK 0.000.700.20   0.07
XYZ45.967525.887350.7181
Yxy25.88730.37500.2112
Hunter Lab50.879672.2278-23.4862
CIE-Lab57.929973.8075-27.5701

#ec46bd color RGB value is (236,70,189).

#ec46bd hex color red value is 236, green value is 70 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ec46bd hue: 0.88 , saturation: 0.81 and the lightness value of ec46bd is 0.60.

The process color (four color CMYK) of #ec46bd color hex is 0.00, 0.70, 0.20, 0.07. Web safe color of #ec46bd is #ff33cc. Color #ec46bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000110 10111101
Octal 354 106 275
Decimal 236 70 189
Hex EC 46 BD

RGB Percentages of Color #ec46bd

%47.68
%14.14
%38.18

CMYK Percentages of Color #ec46bd

%0
%70
%20
%7

Triadic Colors of #ec46bd

#ec46bd #bdec46 #46bdec

Analogous Colors of #ec46bd

#ec46bd #ec466a #c846ec

Monochromatic Colors of #ec46bd

#ec46bd

Complementary Color

#ec46bd #46ec75

#ec46bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec46bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec46bd Color CSS Codes

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

#ec46bd Text Font Color

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

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


#ec46bd Background Color

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

This div background color is #ec46bd


#ec46bd Border Color

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

This div border color is #ec46bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec46bd


Comments

No comments written yet.

Please login to write comment.