Color Hex Logo

#ec64bd Color Hex

#EC64BD
(236,100,189)
0 Favorites   0 Comments

Color spaces of #ec64bd

RGB 236100189
HSL0.890.780.66
HSV321°58°93°
CMYK 0.000.580.20   0.07
XYZ48.334630.621351.5071
Yxy30.62130.37050.2347
Hunter Lab55.336559.0749-16.4514
CIE-Lab62.186662.0839-21.0307

#ec64bd color RGB value is (236,100,189).

#ec64bd hex color red value is 236, green value is 100 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ec64bd hue: 0.89 , saturation: 0.78 and the lightness value of ec64bd is 0.66.

The process color (four color CMYK) of #ec64bd color hex is 0.00, 0.58, 0.20, 0.07. Web safe color of #ec64bd is #ff66cc. Color #ec64bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100100 10111101
Octal 354 144 275
Decimal 236 100 189
Hex EC 64 BD

RGB Percentages of Color #ec64bd

%44.95
%19.05
%36.00

CMYK Percentages of Color #ec64bd

%0
%58
%20
%7

Triadic Colors of #ec64bd

#ec64bd #bdec64 #64bdec

Analogous Colors of #ec64bd

#ec64bd #ec6479 #d764ec

Monochromatic Colors of #ec64bd

#ec64bd

Complementary Color

#ec64bd #64ec93

#ec64bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec64bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec64bd Color CSS Codes

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

#ec64bd Text Font Color

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

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


#ec64bd Background Color

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

This div background color is #ec64bd


#ec64bd Border Color

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

This div border color is #ec64bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec64bd


Comments

No comments written yet.

Please login to write comment.