color codes Logo

#ec010b color codes

#EC010B
(236,1,11)
0 Favorites   0 Comments

Color spaces of #ec010b

RGB 236111
HSL0.990.990.46
HSV357°100°93°
CMYK 0.001.000.95   0.07
XYZ34.663317.87871.9406
Yxy17.87870.63620.3282
Hunter Lab42.283272.336726.8771
CIE-Lab49.348775.554260.4278

#ec010b color RGB value is (236,1,11).

#ec010b hex color red value is 236, green value is 1 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ec010b hue: 0.99 , saturation: 0.99 and the lightness value of ec010b is 0.46.

The process color (four color CMYK) of #ec010b color code is 0.00, 1.00, 0.95, 0.07. Web safe color of #ec010b is #ff0000. Color #ec010b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000001 00001011
Octal 354 1 13
Decimal 236 1 11
Hex EC 1 B

RGB Percentages of Color #ec010b

%95.16
%0.40
%4.44

CMYK Percentages of Color #ec010b

%0
%100
%95
%7

Triadic Colors of #ec010b

#ec010b #0bec01 #010bec

Analogous Colors of #ec010b

#ec010b #ec6d01 #ec0181

Monochromatic Colors of #ec010b

#ec010b

Complementary Color

#ec010b #01ece2

#ec010b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec010b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec010b Color CSS Codes

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

#ec010b Text Font Color

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

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


#ec010b Background Color

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

This div background color is #ec010b


#ec010b Border Color

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

This div border color is #ec010b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec010b


Comments

No comments written yet.

Please login to write comment.