Color Hex Logo

#ec3545 Color Hex

#EC3545
(236,53,69)
0 Favorites   0 Comments

Color spaces of #ec3545

RGB 2365369
HSL0.990.830.57
HSV355°78°93°
CMYK 0.000.780.71   0.07
XYZ36.939420.80877.6998
Yxy20.80870.56440.3179
Hunter Lab45.616664.716921.9238
CIE-Lab52.739568.592235.8105

#ec3545 color RGB value is (236,53,69).

#ec3545 hex color red value is 236, green value is 53 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ec3545 hue: 0.99 , saturation: 0.83 and the lightness value of ec3545 is 0.57.

The process color (four color CMYK) of #ec3545 color hex is 0.00, 0.78, 0.71, 0.07. Web safe color of #ec3545 is #ff3333. Color #ec3545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110101 01000101
Octal 354 65 105
Decimal 236 53 69
Hex EC 35 45

RGB Percentages of Color #ec3545

%65.92
%14.80
%19.27

CMYK Percentages of Color #ec3545

%0
%78
%71
%7

Triadic Colors of #ec3545

#ec3545 #45ec35 #3545ec

Analogous Colors of #ec3545

#ec3545 #ec8135 #ec35a1

Monochromatic Colors of #ec3545

#ec3545

Complementary Color

#ec3545 #35ecdc

#ec3545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3545 Color CSS Codes

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

#ec3545 Text Font Color

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

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


#ec3545 Background Color

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

This div background color is #ec3545


#ec3545 Border Color

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

This div border color is #ec3545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3545


Comments

No comments written yet.

Please login to write comment.