Color Hex Logo

#ec377b Color Hex

#EC377B
(236,55,123)
0 Favorites   0 Comments

Color spaces of #ec377b

RGB 23655123
HSL0.940.830.57
HSV337°77°93°
CMYK 0.000.770.48   0.07
XYZ39.533421.995320.9008
Yxy21.99530.47960.2668
Hunter Lab46.899168.39226.4066
CIE-Lab54.022071.41275.3564

#ec377b color RGB value is (236,55,123).

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

The process color (four color CMYK) of #ec377b color hex is 0.00, 0.77, 0.48, 0.07. Web safe color of #ec377b is #ff3366. Color #ec377b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110111 01111011
Octal 354 67 173
Decimal 236 55 123
Hex EC 37 7B

RGB Percentages of Color #ec377b

%57.00
%13.29
%29.71

CMYK Percentages of Color #ec377b

%0
%77
%48
%7

Triadic Colors of #ec377b

#ec377b #7bec37 #377bec

Analogous Colors of #ec377b

#ec377b #ec4e37 #ec37d6

Monochromatic Colors of #ec377b

#ec377b

Complementary Color

#ec377b #37eca8

#ec377b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec377b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec377b Color CSS Codes

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

#ec377b Text Font Color

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

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


#ec377b Background Color

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

This div background color is #ec377b


#ec377b Border Color

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

This div border color is #ec377b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec377b


Comments

No comments written yet.

Please login to write comment.