Color Hex Logo

#ec3172 Color Hex

#EC3172
(236,49,114)
0 Favorites   0 Comments

Color spaces of #ec3172

RGB 23649114
HSL0.940.830.56
HSV339°79°93°
CMYK 0.000.790.52   0.07
XYZ38.727621.244417.9790
Yxy21.24440.49680.2725
Hunter Lab46.091669.32079.1369
CIE-Lab53.215972.33399.6146

#ec3172 color RGB value is (236,49,114).

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

The process color (four color CMYK) of #ec3172 color hex is 0.00, 0.79, 0.52, 0.07. Web safe color of #ec3172 is #ff3366. Color #ec3172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110001 01110010
Octal 354 61 162
Decimal 236 49 114
Hex EC 31 72

RGB Percentages of Color #ec3172

%59.15
%12.28
%28.57

CMYK Percentages of Color #ec3172

%0
%79
%52
%7

Triadic Colors of #ec3172

#ec3172 #72ec31 #3172ec

Analogous Colors of #ec3172

#ec3172 #ec4e31 #ec31d0

Monochromatic Colors of #ec3172

#ec3172

Complementary Color

#ec3172 #31ecab

#ec3172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3172 Color CSS Codes

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

#ec3172 Text Font Color

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

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


#ec3172 Background Color

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

This div background color is #ec3172


#ec3172 Border Color

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

This div border color is #ec3172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3172


Comments

No comments written yet.

Please login to write comment.