Color Hex Logo

#ec389b Color Hex

#EC389B
(236,56,155)
0 Favorites   0 Comments

Color spaces of #ec389b

RGB 23656155
HSL0.910.830.57
HSV327°76°93°
CMYK 0.000.760.34   0.07
XYZ41.922623.027833.2456
Yxy23.02780.42690.2345
Hunter Lab47.987371.9632-7.4850
CIE-Lab55.101074.1343-12.0875

#ec389b color RGB value is (236,56,155).

#ec389b hex color red value is 236, green value is 56 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ec389b hue: 0.91 , saturation: 0.83 and the lightness value of ec389b is 0.57.

The process color (four color CMYK) of #ec389b color hex is 0.00, 0.76, 0.34, 0.07. Web safe color of #ec389b is #ff3399. Color #ec389b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111000 10011011
Octal 354 70 233
Decimal 236 56 155
Hex EC 38 9B

RGB Percentages of Color #ec389b

%52.80
%12.53
%34.68

CMYK Percentages of Color #ec389b

%0
%76
%34
%7

Triadic Colors of #ec389b

#ec389b #9bec38 #389bec

Analogous Colors of #ec389b

#ec389b #ec3841 #e338ec

Monochromatic Colors of #ec389b

#ec389b

Complementary Color

#ec389b #38ec89

#ec389b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec389b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec389b Color CSS Codes

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

#ec389b Text Font Color

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

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


#ec389b Background Color

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

This div background color is #ec389b


#ec389b Border Color

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

This div border color is #ec389b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec389b


Comments

No comments written yet.

Please login to write comment.