Color Hex Logo

#ec089e Color Hex

#EC089E
(236,8,158)
0 Favorites   0 Comments

Color spaces of #ec089e

RGB 2368158
HSL0.890.930.48
HSV321°97°93°
CMYK 0.000.970.33   0.07
XYZ40.850520.475234.1468
Yxy20.47520.42790.2145
Hunter Lab45.249581.9601-13.0675
CIE-Lab52.370382.6319-18.0016

#ec089e color RGB value is (236,8,158).

#ec089e hex color red value is 236, green value is 8 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ec089e hue: 0.89 , saturation: 0.93 and the lightness value of ec089e is 0.48.

The process color (four color CMYK) of #ec089e color hex is 0.00, 0.97, 0.33, 0.07. Web safe color of #ec089e is #ff0099. Color #ec089e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001000 10011110
Octal 354 10 236
Decimal 236 8 158
Hex EC 8 9E

RGB Percentages of Color #ec089e

%58.71
%1.99
%39.30

CMYK Percentages of Color #ec089e

%0
%97
%33
%7

Triadic Colors of #ec089e

#ec089e #9eec08 #089eec

Analogous Colors of #ec089e

#ec089e #ec082c #c808ec

Monochromatic Colors of #ec089e

#ec089e

Complementary Color

#ec089e #08ec56

#ec089e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec089e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec089e Color CSS Codes

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

#ec089e Text Font Color

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

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


#ec089e Background Color

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

This div background color is #ec089e


#ec089e Border Color

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

This div border color is #ec089e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec089e


Comments

No comments written yet.

Please login to write comment.