Color Hex Logo

#ec1328 Color Hex

#EC1328
(236,19,40)
0 Favorites   0 Comments

Color spaces of #ec1328

RGB 2361940
HSL0.980.850.50
HSV354°92°93°
CMYK 0.000.920.83   0.07
XYZ35.207918.45183.7134
Yxy18.45180.61370.3216
Hunter Lab42.955671.132724.9434
CIE-Lab50.039674.437249.0028

#ec1328 color RGB value is (236,19,40).

#ec1328 hex color red value is 236, green value is 19 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ec1328 hue: 0.98 , saturation: 0.85 and the lightness value of ec1328 is 0.50.

The process color (four color CMYK) of #ec1328 color hex is 0.00, 0.92, 0.83, 0.07. Web safe color of #ec1328 is #ff0033. Color #ec1328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010011 00101000
Octal 354 23 50
Decimal 236 19 40
Hex EC 13 28

RGB Percentages of Color #ec1328

%80.00
%6.44
%13.56

CMYK Percentages of Color #ec1328

%0
%92
%83
%7

Triadic Colors of #ec1328

#ec1328 #28ec13 #1328ec

Analogous Colors of #ec1328

#ec1328 #ec6b13 #ec1395

Monochromatic Colors of #ec1328

#ec1328

Complementary Color

#ec1328 #13ecd7

#ec1328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1328 Color CSS Codes

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

#ec1328 Text Font Color

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

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


#ec1328 Background Color

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

This div background color is #ec1328


#ec1328 Border Color

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

This div border color is #ec1328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1328


Comments

No comments written yet.

Please login to write comment.