Color Hex Logo

#ec415f Color Hex

#EC415F
(236,65,95)
0 Favorites   0 Comments

Color spaces of #ec415f

RGB 2366595
HSL0.970.820.59
HSV349°72°93°
CMYK 0.000.720.60   0.07
XYZ38.547922.439713.1261
Yxy22.43970.52010.3028
Hunter Lab47.370662.356316.7305
CIE-Lab54.490566.266122.7357

#ec415f color RGB value is (236,65,95).

#ec415f hex color red value is 236, green value is 65 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ec415f hue: 0.97 , saturation: 0.82 and the lightness value of ec415f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000001 01011111
Octal 354 101 137
Decimal 236 65 95
Hex EC 41 5F

RGB Percentages of Color #ec415f

%59.60
%16.41
%23.99

CMYK Percentages of Color #ec415f

%0
%72
%60
%7

Triadic Colors of #ec415f

#ec415f #5fec41 #415fec

Analogous Colors of #ec415f

#ec415f #ec7941 #ec41b5

Monochromatic Colors of #ec415f

#ec415f

Complementary Color

#ec415f #41ecce

#ec415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec415f Color CSS Codes

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

#ec415f Text Font Color

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

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


#ec415f Background Color

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

This div background color is #ec415f


#ec415f Border Color

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

This div border color is #ec415f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec415f


Comments

No comments written yet.

Please login to write comment.