Color Hex Logo

#ec4982 Color Hex

#EC4982
(236,73,130)
0 Favorites   0 Comments

Color spaces of #ec4982

RGB 23673130
HSL0.940.810.61
HSV339°69°93°
CMYK 0.000.690.45   0.07
XYZ41.003924.209723.6309
Yxy24.20970.46150.2725
Hunter Lab49.203462.64815.9671
CIE-Lab56.297166.17764.4598

#ec4982 color RGB value is (236,73,130).

#ec4982 hex color red value is 236, green value is 73 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ec4982 hue: 0.94 , saturation: 0.81 and the lightness value of ec4982 is 0.61.

The process color (four color CMYK) of #ec4982 color hex is 0.00, 0.69, 0.45, 0.07. Web safe color of #ec4982 is #ff3399. Color #ec4982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001001 10000010
Octal 354 111 202
Decimal 236 73 130
Hex EC 49 82

RGB Percentages of Color #ec4982

%53.76
%16.63
%29.61

CMYK Percentages of Color #ec4982

%0
%69
%45
%7

Triadic Colors of #ec4982

#ec4982 #82ec49 #4982ec

Analogous Colors of #ec4982

#ec4982 #ec6249 #ec49d4

Monochromatic Colors of #ec4982

#ec4982

Complementary Color

#ec4982 #49ecb3

#ec4982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4982 Color CSS Codes

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

#ec4982 Text Font Color

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

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


#ec4982 Background Color

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

This div background color is #ec4982


#ec4982 Border Color

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

This div border color is #ec4982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4982


Comments

No comments written yet.

Please login to write comment.