Color Hex Logo

#ec4bae Color Hex

#EC4BAE
(236,75,174)
0 Favorites   0 Comments

Color spaces of #ec4bae

RGB 23675174
HSL0.900.810.61
HSV323°68°93°
CMYK 0.000.680.26   0.07
XYZ44.748125.921042.6892
Yxy25.92100.39470.2287
Hunter Lab50.912767.7898-14.0745
CIE-Lab57.962070.1677-18.8596

#ec4bae color RGB value is (236,75,174).

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

The process color (four color CMYK) of #ec4bae color hex is 0.00, 0.68, 0.26, 0.07. Web safe color of #ec4bae is #ff3399. Color #ec4bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001011 10101110
Octal 354 113 256
Decimal 236 75 174
Hex EC 4B AE

RGB Percentages of Color #ec4bae

%48.66
%15.46
%35.88

CMYK Percentages of Color #ec4bae

%0
%68
%26
%7

Triadic Colors of #ec4bae

#ec4bae #aeec4b #4baeec

Analogous Colors of #ec4bae

#ec4bae #ec4b5d #da4bec

Monochromatic Colors of #ec4bae

#ec4bae

Complementary Color

#ec4bae #4bec89

#ec4bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4bae Color CSS Codes

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

#ec4bae Text Font Color

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

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


#ec4bae Background Color

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

This div background color is #ec4bae


#ec4bae Border Color

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

This div border color is #ec4bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4bae


Comments

No comments written yet.

Please login to write comment.