Color Hex Logo

#ec485c Color Hex

#EC485C
(236,72,92)
0 Favorites   0 Comments

Color spaces of #ec485c

RGB 2367292
HSL0.980.810.60
HSV353°69°93°
CMYK 0.000.690.61   0.07
XYZ38.841223.240312.5639
Yxy23.24030.52030.3113
Hunter Lab48.208259.452618.2937
CIE-Lab55.319063.631125.5954

#ec485c color RGB value is (236,72,92).

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

The process color (four color CMYK) of #ec485c color hex is 0.00, 0.69, 0.61, 0.07. Web safe color of #ec485c is #ff3366. Color #ec485c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001000 01011100
Octal 354 110 134
Decimal 236 72 92
Hex EC 48 5C

RGB Percentages of Color #ec485c

%59.00
%18.00
%23.00

CMYK Percentages of Color #ec485c

%0
%69
%61
%7

Triadic Colors of #ec485c

#ec485c #5cec48 #485cec

Analogous Colors of #ec485c

#ec485c #ec8648 #ec48ae

Monochromatic Colors of #ec485c

#ec485c

Complementary Color

#ec485c #48ecd8

#ec485c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec485c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec485c Color CSS Codes

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

#ec485c Text Font Color

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

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


#ec485c Background Color

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

This div background color is #ec485c


#ec485c Border Color

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

This div border color is #ec485c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec485c


Comments

No comments written yet.

Please login to write comment.