Color Hex Logo

#ec3471 Color Hex

#EC3471
(236,52,113)
0 Favorites   0 Comments

Color spaces of #ec3471

RGB 23652113
HSL0.940.830.56
HSV340°78°93°
CMYK 0.000.780.52   0.07
XYZ38.800721.481117.7240
Yxy21.48110.49740.2754
Hunter Lab46.347768.32559.7701
CIE-Lab53.472171.463110.5774

#ec3471 color RGB value is (236,52,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110100 01110001
Octal 354 64 161
Decimal 236 52 113
Hex EC 34 71

RGB Percentages of Color #ec3471

%58.85
%12.97
%28.18

CMYK Percentages of Color #ec3471

%0
%78
%52
%7

Triadic Colors of #ec3471

#ec3471 #71ec34 #3471ec

Analogous Colors of #ec3471

#ec3471 #ec5334 #ec34cd

Monochromatic Colors of #ec3471

#ec3471

Complementary Color

#ec3471 #34ecaf

#ec3471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3471 Color CSS Codes

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

#ec3471 Text Font Color

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

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


#ec3471 Background Color

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

This div background color is #ec3471


#ec3471 Border Color

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

This div border color is #ec3471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3471


Comments

No comments written yet.

Please login to write comment.