Color Hex Logo

#ec414d Color Hex

#EC414D
(236,65,77)
0 Favorites   0 Comments

Color spaces of #ec414d

RGB 2366577
HSL0.990.820.59
HSV356°72°93°
CMYK 0.000.720.67   0.07
XYZ37.821922.14939.3030
Yxy22.14930.54600.3197
Hunter Lab47.063061.090021.2242
CIE-Lab54.185165.244332.9205

#ec414d color RGB value is (236,65,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000001 01001101
Octal 354 101 115
Decimal 236 65 77
Hex EC 41 4D

RGB Percentages of Color #ec414d

%62.43
%17.20
%20.37

CMYK Percentages of Color #ec414d

%0
%72
%67
%7

Triadic Colors of #ec414d

#ec414d #4dec41 #414dec

Analogous Colors of #ec414d

#ec414d #ec8b41 #ec41a3

Monochromatic Colors of #ec414d

#ec414d

Complementary Color

#ec414d #41ece0

#ec414d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec414d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec414d Color CSS Codes

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

#ec414d Text Font Color

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

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


#ec414d Background Color

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

This div background color is #ec414d


#ec414d Border Color

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

This div border color is #ec414d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec414d


Comments

No comments written yet.

Please login to write comment.