Color Hex Logo

#ec347f Color Hex

#EC347F
(236,52,127)
0 Favorites   0 Comments

Color spaces of #ec347f

RGB 23652127
HSL0.930.830.56
HSV336°78°93°
CMYK 0.000.780.46   0.07
XYZ39.650821.821222.2007
Yxy21.82120.47390.2608
Hunter Lab46.713269.76534.5213
CIE-Lab53.836872.58022.6931

#ec347f color RGB value is (236,52,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110100 01111111
Octal 354 64 177
Decimal 236 52 127
Hex EC 34 7F

RGB Percentages of Color #ec347f

%56.87
%12.53
%30.60

CMYK Percentages of Color #ec347f

%0
%78
%46
%7

Triadic Colors of #ec347f

#ec347f #7fec34 #347fec

Analogous Colors of #ec347f

#ec347f #ec4534 #ec34db

Monochromatic Colors of #ec347f

#ec347f

Complementary Color

#ec347f #34eca1

#ec347f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec347f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec347f Color CSS Codes

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

#ec347f Text Font Color

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

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


#ec347f Background Color

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

This div background color is #ec347f


#ec347f Border Color

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

This div border color is #ec347f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec347f


Comments

No comments written yet.

Please login to write comment.