Color Hex Logo

#ec478b Color Hex

#EC478B
(236,71,139)
0 Favorites   0 Comments

Color spaces of #ec478b

RGB 23671139
HSL0.930.810.60
HSV335°70°93°
CMYK 0.000.700.41   0.07
XYZ41.505524.203426.9102
Yxy24.20340.44810.2613
Hunter Lab49.197064.49862.0069
CIE-Lab56.290967.7389-0.8717

#ec478b color RGB value is (236,71,139).

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

The process color (four color CMYK) of #ec478b color hex is 0.00, 0.70, 0.41, 0.07. Web safe color of #ec478b is #ff3399. Color #ec478b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000111 10001011
Octal 354 107 213
Decimal 236 71 139
Hex EC 47 8B

RGB Percentages of Color #ec478b

%52.91
%15.92
%31.17

CMYK Percentages of Color #ec478b

%0
%70
%41
%7

Triadic Colors of #ec478b

#ec478b #8bec47 #478bec

Analogous Colors of #ec478b

#ec478b #ec5647 #ec47de

Monochromatic Colors of #ec478b

#ec478b

Complementary Color

#ec478b #47eca8

#ec478b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec478b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec478b Color CSS Codes

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

#ec478b Text Font Color

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

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


#ec478b Background Color

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

This div background color is #ec478b


#ec478b Border Color

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

This div border color is #ec478b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec478b


Comments

No comments written yet.

Please login to write comment.