Color Hex Logo

#ec4b7e Color Hex

#EC4B7E
(236,75,126)
0 Favorites   0 Comments

Color spaces of #ec4b7e

RGB 23675126
HSL0.950.810.61
HSV341°68°93°
CMYK 0.000.680.47   0.07
XYZ40.874024.371422.2885
Yxy24.37140.46700.2784
Hunter Lab49.367461.39717.7888
CIE-Lab56.457765.08597.0571

#ec4b7e color RGB value is (236,75,126).

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

The process color (four color CMYK) of #ec4b7e color hex is 0.00, 0.68, 0.47, 0.07. Web safe color of #ec4b7e is #ff3366. Color #ec4b7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001011 01111110
Octal 354 113 176
Decimal 236 75 126
Hex EC 4B 7E

RGB Percentages of Color #ec4b7e

%54.00
%17.16
%28.83

CMYK Percentages of Color #ec4b7e

%0
%68
%47
%7

Triadic Colors of #ec4b7e

#ec4b7e #7eec4b #4b7eec

Analogous Colors of #ec4b7e

#ec4b7e #ec694b #ec4bcf

Monochromatic Colors of #ec4b7e

#ec4b7e

Complementary Color

#ec4b7e #4becb9

#ec4b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4b7e Color CSS Codes

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

#ec4b7e Text Font Color

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

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


#ec4b7e Background Color

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

This div background color is #ec4b7e


#ec4b7e Border Color

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

This div border color is #ec4b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4b7e


Comments

No comments written yet.

Please login to write comment.