Color Hex Logo

#ec4bea Color Hex

#EC4BEA
(236,75,234)
0 Favorites   0 Comments

Color spaces of #ec4bea

RGB 23675234
HSL0.840.810.61
HSV301°68°93°
CMYK 0.000.680.01   0.07
XYZ51.959428.805580.6634
Yxy28.80550.32190.1784
Hunter Lab53.670878.8845-51.5392
CIE-Lab60.609678.6186-48.8827

#ec4bea color RGB value is (236,75,234).

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

The process color (four color CMYK) of #ec4bea color hex is 0.00, 0.68, 0.01, 0.07. Web safe color of #ec4bea is #ff33ff. Color #ec4bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001011 11101010
Octal 354 113 352
Decimal 236 75 234
Hex EC 4B EA

RGB Percentages of Color #ec4bea

%43.30
%13.76
%42.94

CMYK Percentages of Color #ec4bea

%0
%68
%1
%7

Triadic Colors of #ec4bea

#ec4bea #eaec4b #4beaec

Analogous Colors of #ec4bea

#ec4bea #ec4b9a #9e4bec

Monochromatic Colors of #ec4bea

#ec4bea

Complementary Color

#ec4bea #4bec4d

#ec4bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4bea Color CSS Codes

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

#ec4bea Text Font Color

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

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


#ec4bea Background Color

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

This div background color is #ec4bea


#ec4bea Border Color

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

This div border color is #ec4bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4bea


Comments

No comments written yet.

Please login to write comment.