Color Hex Logo

#ec357b Color Hex

#EC357B
(236,53,123)
0 Favorites   0 Comments

Color spaces of #ec357b

RGB 23653123
HSL0.940.830.57
HSV337°78°93°
CMYK 0.000.780.48   0.07
XYZ39.440321.809120.8697
Yxy21.80910.48030.2656
Hunter Lab46.700269.02546.1942
CIE-Lab53.823971.97365.0720

#ec357b color RGB value is (236,53,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110101 01111011
Octal 354 65 173
Decimal 236 53 123
Hex EC 35 7B

RGB Percentages of Color #ec357b

%57.28
%12.86
%29.85

CMYK Percentages of Color #ec357b

%0
%78
%48
%7

Triadic Colors of #ec357b

#ec357b #7bec35 #357bec

Analogous Colors of #ec357b

#ec357b #ec4b35 #ec35d7

Monochromatic Colors of #ec357b

#ec357b

Complementary Color

#ec357b #35eca6

#ec357b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec357b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec357b Color CSS Codes

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

#ec357b Text Font Color

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

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


#ec357b Background Color

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

This div background color is #ec357b


#ec357b Border Color

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

This div border color is #ec357b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec357b


Comments

No comments written yet.

Please login to write comment.