color codes Logo

#ec486c color codes

#EC486C
(236,72,108)
0 Favorites   0 Comments

Color spaces of #ec486c

RGB 23672108
HSL0.960.810.60
HSV347°69°93°
CMYK 0.000.690.54   0.07
XYZ39.616223.550316.6450
Yxy23.55030.49640.2951
Hunter Lab48.528760.792713.6340
CIE-Lab55.634764.721916.5687

#ec486c color RGB value is (236,72,108).

#ec486c hex color red value is 236, green value is 72 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ec486c hue: 0.96 , saturation: 0.81 and the lightness value of ec486c is 0.60.

The process color (four color CMYK) of #ec486c color code is 0.00, 0.69, 0.54, 0.07. Web safe color of #ec486c is #ff3366. Color #ec486c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001000 01101100
Octal 354 110 154
Decimal 236 72 108
Hex EC 48 6C

RGB Percentages of Color #ec486c

%56.73
%17.31
%25.96

CMYK Percentages of Color #ec486c

%0
%69
%54
%7

Triadic Colors of #ec486c

#ec486c #6cec48 #486cec

Analogous Colors of #ec486c

#ec486c #ec7648 #ec48be

Monochromatic Colors of #ec486c

#ec486c

Complementary Color

#ec486c #48ecc8

#ec486c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec486c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec486c Color CSS Codes

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

#ec486c Text Font Color

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

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


#ec486c Background Color

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

This div background color is #ec486c


#ec486c Border Color

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

This div border color is #ec486c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec486c


Comments

No comments written yet.

Please login to write comment.