Color Hex Logo

#ec064c Color Hex

#EC064C
(236,6,76)
0 Favorites   0 Comments

Color spaces of #ec064c

RGB 236676
HSL0.950.950.47
HSV342°97°93°
CMYK 0.000.970.68   0.07
XYZ35.961718.48498.5100
Yxy18.48490.57120.2936
Hunter Lab42.994174.063818.3603
CIE-Lab50.079076.811728.4188

#ec064c color RGB value is (236,6,76).

#ec064c hex color red value is 236, green value is 6 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ec064c hue: 0.95 , saturation: 0.95 and the lightness value of ec064c is 0.47.

The process color (four color CMYK) of #ec064c color hex is 0.00, 0.97, 0.68, 0.07. Web safe color of #ec064c is #ff0033. Color #ec064c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 01001100
Octal 354 6 114
Decimal 236 6 76
Hex EC 6 4C

RGB Percentages of Color #ec064c

%74.21
%1.89
%23.90

CMYK Percentages of Color #ec064c

%0
%97
%68
%7

Triadic Colors of #ec064c

#ec064c #4cec06 #064cec

Analogous Colors of #ec064c

#ec064c #ec3306 #ec06bf

Monochromatic Colors of #ec064c

#ec064c

Complementary Color

#ec064c #06eca6

#ec064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec064c Color CSS Codes

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

#ec064c Text Font Color

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

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


#ec064c Background Color

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

This div background color is #ec064c


#ec064c Border Color

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

This div border color is #ec064c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec064c


Comments

No comments written yet.

Please login to write comment.