Color Hex Logo

#ec495f Color Hex

#EC495F
(236,73,95)
0 Favorites   0 Comments

Color spaces of #ec495f

RGB 2367395
HSL0.980.810.61
HSV352°69°93°
CMYK 0.000.690.60   0.07
XYZ39.040223.424213.2901
Yxy23.42420.51540.3092
Hunter Lab48.398659.287717.5981
CIE-Lab55.506663.455024.0779

#ec495f color RGB value is (236,73,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001001 01011111
Octal 354 111 137
Decimal 236 73 95
Hex EC 49 5F

RGB Percentages of Color #ec495f

%58.42
%18.07
%23.51

CMYK Percentages of Color #ec495f

%0
%69
%60
%7

Triadic Colors of #ec495f

#ec495f #5fec49 #495fec

Analogous Colors of #ec495f

#ec495f #ec8549 #ec49b1

Monochromatic Colors of #ec495f

#ec495f

Complementary Color

#ec495f #49ecd6

#ec495f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec495f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec495f Color CSS Codes

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

#ec495f Text Font Color

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

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


#ec495f Background Color

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

This div background color is #ec495f


#ec495f Border Color

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

This div border color is #ec495f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec495f


Comments

No comments written yet.

Please login to write comment.