Color Hex Logo

#ec4076 Color Hex

#EC4076
(236,64,118)
0 Favorites   0 Comments

Color spaces of #ec4076

RGB 23664118
HSL0.950.820.59
HSV341°73°93°
CMYK 0.000.730.50   0.07
XYZ39.695522.807719.4497
Yxy22.80770.48440.2783
Hunter Lab47.757464.79209.2837
CIE-Lab54.873768.25119.5591

#ec4076 color RGB value is (236,64,118).

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

The process color (four color CMYK) of #ec4076 color hex is 0.00, 0.73, 0.50, 0.07. Web safe color of #ec4076 is #ff3366. Color #ec4076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000000 01110110
Octal 354 100 166
Decimal 236 64 118
Hex EC 40 76

RGB Percentages of Color #ec4076

%56.46
%15.31
%28.23

CMYK Percentages of Color #ec4076

%0
%73
%50
%7

Triadic Colors of #ec4076

#ec4076 #76ec40 #4076ec

Analogous Colors of #ec4076

#ec4076 #ec6040 #ec40cc

Monochromatic Colors of #ec4076

#ec4076

Complementary Color

#ec4076 #40ecb6

#ec4076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4076 Color CSS Codes

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

#ec4076 Text Font Color

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

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


#ec4076 Background Color

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

This div background color is #ec4076


#ec4076 Border Color

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

This div border color is #ec4076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4076


Comments

No comments written yet.

Please login to write comment.