Color Hex Logo

#ec284c Color Hex

#EC284C
(236,40,76)
0 Favorites   0 Comments

Color spaces of #ec284c

RGB 2364076
HSL0.970.840.54
HSV349°83°93°
CMYK 0.000.830.68   0.07
XYZ36.655419.87238.7413
Yxy19.87230.56160.3045
Hunter Lab44.578468.762919.5788
CIE-Lab51.692572.167530.4329

#ec284c color RGB value is (236,40,76).

#ec284c hex color red value is 236, green value is 40 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ec284c hue: 0.97 , saturation: 0.84 and the lightness value of ec284c is 0.54.

The process color (four color CMYK) of #ec284c color hex is 0.00, 0.83, 0.68, 0.07. Web safe color of #ec284c is #ff3333. Color #ec284c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00101000 01001100
Octal 354 50 114
Decimal 236 40 76
Hex EC 28 4C

RGB Percentages of Color #ec284c

%67.05
%11.36
%21.59

CMYK Percentages of Color #ec284c

%0
%83
%68
%7

Triadic Colors of #ec284c

#ec284c #4cec28 #284cec

Analogous Colors of #ec284c

#ec284c #ec6628 #ec28ae

Monochromatic Colors of #ec284c

#ec284c

Complementary Color

#ec284c #28ecc8

#ec284c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec284c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec284c Color CSS Codes

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

#ec284c Text Font Color

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

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


#ec284c Background Color

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

This div background color is #ec284c


#ec284c Border Color

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

This div border color is #ec284c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec284c


Comments

No comments written yet.

Please login to write comment.