Color Hex Logo

#ec3971 Color Hex

#EC3971
(236,57,113)
0 Favorites   0 Comments

Color spaces of #ec3971

RGB 23657113
HSL0.950.820.57
HSV341°76°93°
CMYK 0.000.760.52   0.07
XYZ39.035821.951417.8024
Yxy21.95140.49540.2786
Hunter Lab46.852366.728710.2683
CIE-Lab53.975470.041111.2845

#ec3971 color RGB value is (236,57,113).

#ec3971 hex color red value is 236, green value is 57 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ec3971 hue: 0.95 , saturation: 0.82 and the lightness value of ec3971 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111001 01110001
Octal 354 71 161
Decimal 236 57 113
Hex EC 39 71

RGB Percentages of Color #ec3971

%58.13
%14.04
%27.83

CMYK Percentages of Color #ec3971

%0
%76
%52
%7

Triadic Colors of #ec3971

#ec3971 #71ec39 #3971ec

Analogous Colors of #ec3971

#ec3971 #ec5b39 #ec39cb

Monochromatic Colors of #ec3971

#ec3971

Complementary Color

#ec3971 #39ecb4

#ec3971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3971 Color CSS Codes

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

#ec3971 Text Font Color

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

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


#ec3971 Background Color

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

This div background color is #ec3971


#ec3971 Border Color

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

This div border color is #ec3971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3971


Comments

No comments written yet.

Please login to write comment.