Color Hex Logo

#ec489e Color Hex

#EC489E
(236,72,158)
0 Favorites   0 Comments

Color spaces of #ec489e

RGB 23672158
HSL0.910.810.60
HSV329°69°93°
CMYK 0.000.690.33   0.07
XYZ43.081024.936234.8903
Yxy24.93620.41860.2423
Hunter Lab49.936266.6075-6.4705
CIE-Lab57.013269.3656-10.9757

#ec489e color RGB value is (236,72,158).

#ec489e hex color red value is 236, green value is 72 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ec489e hue: 0.91 , saturation: 0.81 and the lightness value of ec489e is 0.60.

The process color (four color CMYK) of #ec489e color hex is 0.00, 0.69, 0.33, 0.07. Web safe color of #ec489e is #ff3399. Color #ec489e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001000 10011110
Octal 354 110 236
Decimal 236 72 158
Hex EC 48 9E

RGB Percentages of Color #ec489e

%50.64
%15.45
%33.91

CMYK Percentages of Color #ec489e

%0
%69
%33
%7

Triadic Colors of #ec489e

#ec489e #9eec48 #489eec

Analogous Colors of #ec489e

#ec489e #ec484c #e848ec

Monochromatic Colors of #ec489e

#ec489e

Complementary Color

#ec489e #48ec96

#ec489e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec489e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec489e Color CSS Codes

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

#ec489e Text Font Color

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

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


#ec489e Background Color

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

This div background color is #ec489e


#ec489e Border Color

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

This div border color is #ec489e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec489e


Comments

No comments written yet.

Please login to write comment.