Color Hex Logo

#ec0784 Color Hex

#EC0784
(236,7,132)
0 Favorites   0 Comments

Color spaces of #ec0784

RGB 2367132
HSL0.910.940.48
HSV327°97°93°
CMYK 0.000.970.44   0.07
XYZ38.832919.650823.5760
Yxy19.65080.47320.2395
Hunter Lab44.329278.7919-0.5023
CIE-Lab51.440180.3242-3.8213

#ec0784 color RGB value is (236,7,132).

#ec0784 hex color red value is 236, green value is 7 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ec0784 hue: 0.91 , saturation: 0.94 and the lightness value of ec0784 is 0.48.

The process color (four color CMYK) of #ec0784 color hex is 0.00, 0.97, 0.44, 0.07. Web safe color of #ec0784 is #ff0099. Color #ec0784 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000111 10000100
Octal 354 7 204
Decimal 236 7 132
Hex EC 7 84

RGB Percentages of Color #ec0784

%62.93
%1.87
%35.20

CMYK Percentages of Color #ec0784

%0
%97
%44
%7

Triadic Colors of #ec0784

#ec0784 #84ec07 #0784ec

Analogous Colors of #ec0784

#ec0784 #ec0711 #e207ec

Monochromatic Colors of #ec0784

#ec0784

Complementary Color

#ec0784 #07ec6f

#ec0784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0784 Color CSS Codes

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

#ec0784 Text Font Color

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

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


#ec0784 Background Color

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

This div background color is #ec0784


#ec0784 Border Color

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

This div border color is #ec0784


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,7,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec0784">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0784


Comments

No comments written yet.

Please login to write comment.