Color Hex Logo

#ec464a Color Hex

#EC464A
(236,70,74)
0 Favorites   0 Comments

Color spaces of #ec464a

RGB 2367074
HSL1.000.810.60
HSV359°70°93°
CMYK 0.000.700.69   0.07
XYZ38.018322.70768.8578
Yxy22.70760.54640.3263
Hunter Lab47.652559.019722.3357
CIE-Lab54.769963.359035.3570

#ec464a color RGB value is (236,70,74).

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

The process color (four color CMYK) of #ec464a color hex is 0.00, 0.70, 0.69, 0.07. Web safe color of #ec464a is #ff3333. Color #ec464a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000110 01001010
Octal 354 106 112
Decimal 236 70 74
Hex EC 46 4A

RGB Percentages of Color #ec464a

%62.11
%18.42
%19.47

CMYK Percentages of Color #ec464a

%0
%70
%69
%7

Triadic Colors of #ec464a

#ec464a #4aec46 #464aec

Analogous Colors of #ec464a

#ec464a #ec9546 #ec469d

Monochromatic Colors of #ec464a

#ec464a

Complementary Color

#ec464a #46ece8

#ec464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec464a Color CSS Codes

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

#ec464a Text Font Color

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

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


#ec464a Background Color

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

This div background color is #ec464a


#ec464a Border Color

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

This div border color is #ec464a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec464a


Comments

No comments written yet.

Please login to write comment.