Color Hex Logo

#ec337f Color Hex

#EC337F
(236,51,127)
0 Favorites   0 Comments

Color spaces of #ec337f

RGB 23651127
HSL0.930.830.56
HSV335°78°93°
CMYK 0.000.780.46   0.07
XYZ39.606721.732822.1860
Yxy21.73280.47420.2602
Hunter Lab46.618570.07004.4165
CIE-Lab53.742372.84872.5563

#ec337f color RGB value is (236,51,127).

#ec337f hex color red value is 236, green value is 51 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ec337f hue: 0.93 , saturation: 0.83 and the lightness value of ec337f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110011 01111111
Octal 354 63 177
Decimal 236 51 127
Hex EC 33 7F

RGB Percentages of Color #ec337f

%57.00
%12.32
%30.68

CMYK Percentages of Color #ec337f

%0
%78
%46
%7

Triadic Colors of #ec337f

#ec337f #7fec33 #337fec

Analogous Colors of #ec337f

#ec337f #ec4433 #ec33dc

Monochromatic Colors of #ec337f

#ec337f

Complementary Color

#ec337f #33eca0

#ec337f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec337f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec337f Color CSS Codes

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

#ec337f Text Font Color

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

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


#ec337f Background Color

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

This div background color is #ec337f


#ec337f Border Color

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

This div border color is #ec337f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec337f


Comments

No comments written yet.

Please login to write comment.