Color Hex Logo

#ec4472 Color Hex

#EC4472
(236,68,114)
0 Favorites   0 Comments

Color spaces of #ec4472

RGB 23668114
HSL0.950.820.60
HSV344°71°93°
CMYK 0.000.710.52   0.07
XYZ39.696523.182018.3019
Yxy23.18200.48900.2856
Hunter Lab48.147762.910111.1661
CIE-Lab55.259366.592112.4847

#ec4472 color RGB value is (236,68,114).

#ec4472 hex color red value is 236, green value is 68 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ec4472 hue: 0.95 , saturation: 0.82 and the lightness value of ec4472 is 0.60.

The process color (four color CMYK) of #ec4472 color hex is 0.00, 0.71, 0.52, 0.07. Web safe color of #ec4472 is #ff3366. Color #ec4472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000100 01110010
Octal 354 104 162
Decimal 236 68 114
Hex EC 44 72

RGB Percentages of Color #ec4472

%56.46
%16.27
%27.27

CMYK Percentages of Color #ec4472

%0
%71
%52
%7

Triadic Colors of #ec4472

#ec4472 #72ec44 #4472ec

Analogous Colors of #ec4472

#ec4472 #ec6a44 #ec44c6

Monochromatic Colors of #ec4472

#ec4472

Complementary Color

#ec4472 #44ecbe

#ec4472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4472 Color CSS Codes

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

#ec4472 Text Font Color

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

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


#ec4472 Background Color

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

This div background color is #ec4472


#ec4472 Border Color

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

This div border color is #ec4472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4472


Comments

No comments written yet.

Please login to write comment.