Color Hex Logo

#ec089b Color Hex

#EC089B
(236,8,155)
0 Favorites   0 Comments

Color spaces of #ec089b

RGB 2368155
HSL0.890.930.48
HSV321°97°93°
CMYK 0.000.970.34   0.07
XYZ40.595320.373132.8031
Yxy20.37310.43290.2173
Hunter Lab45.136681.5518-11.4935
CIE-Lab52.256482.3352-16.3916

#ec089b color RGB value is (236,8,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001000 10011011
Octal 354 10 233
Decimal 236 8 155
Hex EC 8 9B

RGB Percentages of Color #ec089b

%59.15
%2.01
%38.85

CMYK Percentages of Color #ec089b

%0
%97
%34
%7

Triadic Colors of #ec089b

#ec089b #9bec08 #089bec

Analogous Colors of #ec089b

#ec089b #ec0829 #cb08ec

Monochromatic Colors of #ec089b

#ec089b

Complementary Color

#ec089b #08ec59

#ec089b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec089b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec089b Color CSS Codes

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

#ec089b Text Font Color

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

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


#ec089b Background Color

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

This div background color is #ec089b


#ec089b Border Color

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

This div border color is #ec089b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec089b


Comments

No comments written yet.

Please login to write comment.