Color Hex Logo

#ec093b Color Hex

#EC093B
(236,9,59)
0 Favorites   0 Comments

Color spaces of #ec093b

RGB 236959
HSL0.960.930.48
HSV347°96°93°
CMYK 0.000.960.75   0.07
XYZ35.479218.34405.8085
Yxy18.34400.59500.3076
Hunter Lab42.829972.912621.9401
CIE-Lab49.910775.912638.3502

#ec093b color RGB value is (236,9,59).

#ec093b hex color red value is 236, green value is 9 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ec093b hue: 0.96 , saturation: 0.93 and the lightness value of ec093b is 0.48.

The process color (four color CMYK) of #ec093b color hex is 0.00, 0.96, 0.75, 0.07. Web safe color of #ec093b is #ff0033. Color #ec093b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001001 00111011
Octal 354 11 73
Decimal 236 9 59
Hex EC 9 3B

RGB Percentages of Color #ec093b

%77.63
%2.96
%19.41

CMYK Percentages of Color #ec093b

%0
%96
%75
%7

Triadic Colors of #ec093b

#ec093b #3bec09 #093bec

Analogous Colors of #ec093b

#ec093b #ec4909 #ec09ad

Monochromatic Colors of #ec093b

#ec093b

Complementary Color

#ec093b #09ecba

#ec093b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec093b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec093b Color CSS Codes

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

#ec093b Text Font Color

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

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


#ec093b Background Color

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

This div background color is #ec093b


#ec093b Border Color

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

This div border color is #ec093b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec093b


Comments

No comments written yet.

Please login to write comment.