Color Hex Logo

#ec4aba Color Hex

#EC4ABA
(236,74,186)
0 Favorites   0 Comments

Color spaces of #ec4aba

RGB 23674186
HSL0.880.810.61
HSV319°69°93°
CMYK 0.000.690.21   0.07
XYZ45.903826.275649.1067
Yxy26.27560.37850.2166
Hunter Lab51.259770.1447-20.9179
CIE-Lab58.297772.0407-25.2763

#ec4aba color RGB value is (236,74,186).

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

The process color (four color CMYK) of #ec4aba color hex is 0.00, 0.69, 0.21, 0.07. Web safe color of #ec4aba is #ff33cc. Color #ec4aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001010 10111010
Octal 354 112 272
Decimal 236 74 186
Hex EC 4A BA

RGB Percentages of Color #ec4aba

%47.58
%14.92
%37.50

CMYK Percentages of Color #ec4aba

%0
%69
%21
%7

Triadic Colors of #ec4aba

#ec4aba #baec4a #4abaec

Analogous Colors of #ec4aba

#ec4aba #ec4a69 #cd4aec

Monochromatic Colors of #ec4aba

#ec4aba

Complementary Color

#ec4aba #4aec7c

#ec4aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4aba Color CSS Codes

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

#ec4aba Text Font Color

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

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


#ec4aba Background Color

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

This div background color is #ec4aba


#ec4aba Border Color

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

This div border color is #ec4aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4aba


Comments

No comments written yet.

Please login to write comment.