Color Hex Logo

#ec5bea Color Hex

#EC5BEA
(236,91,234)
0 Favorites   0 Comments

Color spaces of #ec5bea

RGB 23691234
HSL0.840.790.64
HSV301°61°93°
CMYK 0.000.610.01   0.07
XYZ53.184431.255681.0717
Yxy31.25560.32130.1888
Hunter Lab55.906771.9714-46.8432
CIE-Lab62.722872.6978-45.5440

#ec5bea color RGB value is (236,91,234).

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

The process color (four color CMYK) of #ec5bea color hex is 0.00, 0.61, 0.01, 0.07. Web safe color of #ec5bea is #ff66ff. Color #ec5bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011011 11101010
Octal 354 133 352
Decimal 236 91 234
Hex EC 5B EA

RGB Percentages of Color #ec5bea

%42.07
%16.22
%41.71

CMYK Percentages of Color #ec5bea

%0
%61
%1
%7

Triadic Colors of #ec5bea

#ec5bea #eaec5b #5beaec

Analogous Colors of #ec5bea

#ec5bea #ec5ba2 #a65bec

Monochromatic Colors of #ec5bea

#ec5bea

Complementary Color

#ec5bea #5bec5d

#ec5bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5bea Color CSS Codes

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

#ec5bea Text Font Color

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

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


#ec5bea Background Color

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

This div background color is #ec5bea


#ec5bea Border Color

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

This div border color is #ec5bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5bea

#ec5bea Color Palettes


Comments

No comments written yet.

Please login to write comment.