Color Hex Logo

#ec4882 Color Hex

#EC4882
(236,72,130)
0 Favorites   0 Comments

Color spaces of #ec4882

RGB 23672130
HSL0.940.810.60
HSV339°69°93°
CMYK 0.000.690.45   0.07
XYZ40.938724.079323.6092
Yxy24.07930.46190.2717
Hunter Lab49.070763.04545.8235
CIE-Lab56.167166.53774.2724

#ec4882 color RGB value is (236,72,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001000 10000010
Octal 354 110 202
Decimal 236 72 130
Hex EC 48 82

RGB Percentages of Color #ec4882

%53.88
%16.44
%29.68

CMYK Percentages of Color #ec4882

%0
%69
%45
%7

Triadic Colors of #ec4882

#ec4882 #82ec48 #4882ec

Analogous Colors of #ec4882

#ec4882 #ec6048 #ec48d4

Monochromatic Colors of #ec4882

#ec4882

Complementary Color

#ec4882 #48ecb2

#ec4882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4882 Color CSS Codes

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

#ec4882 Text Font Color

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

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


#ec4882 Background Color

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

This div background color is #ec4882


#ec4882 Border Color

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

This div border color is #ec4882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4882


Comments

No comments written yet.

Please login to write comment.