Color Hex Logo

#ec064b Color Hex

#EC064B
(236,6,75)
0 Favorites   0 Comments

Color spaces of #ec064b

RGB 236675
HSL0.950.950.47
HSV342°97°93°
CMYK 0.000.970.68   0.07
XYZ35.927218.47118.3283
Yxy18.47110.57280.2945
Hunter Lab42.978074.004418.5954
CIE-Lab50.062676.766929.0034

#ec064b color RGB value is (236,6,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 01001011
Octal 354 6 113
Decimal 236 6 75
Hex EC 6 4B

RGB Percentages of Color #ec064b

%74.45
%1.89
%23.66

CMYK Percentages of Color #ec064b

%0
%97
%68
%7

Triadic Colors of #ec064b

#ec064b #4bec06 #064bec

Analogous Colors of #ec064b

#ec064b #ec3406 #ec06be

Monochromatic Colors of #ec064b

#ec064b

Complementary Color

#ec064b #06eca7

#ec064b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec064b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec064b Color CSS Codes

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

#ec064b Text Font Color

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

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


#ec064b Background Color

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

This div background color is #ec064b


#ec064b Border Color

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

This div border color is #ec064b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec064b


Comments

No comments written yet.

Please login to write comment.