color codes Logo

#ec352f color codes

#EC352F
(236,53,47)
0 Favorites   0 Comments

Color spaces of #ec352f

RGB 2365347
HSL0.010.830.55
HSV80°93°
CMYK 0.000.780.80   0.07
XYZ36.378320.58434.7451
Yxy20.58430.58950.3336
Hunter Lab45.369963.726725.5580
CIE-Lab52.491567.804247.7073

#ec352f color RGB value is (236,53,47).

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

The process color (four color CMYK) of #ec352f color code is 0.00, 0.78, 0.80, 0.07. Web safe color of #ec352f is #ff3333. Color #ec352f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110101 00101111
Octal 354 65 57
Decimal 236 53 47
Hex EC 35 2F

RGB Percentages of Color #ec352f

%70.24
%15.77
%13.99

CMYK Percentages of Color #ec352f

%0
%78
%80
%7

Triadic Colors of #ec352f

#ec352f #2fec35 #352fec

Analogous Colors of #ec352f

#ec352f #ec942f #ec2f88

Monochromatic Colors of #ec352f

#ec352f

Complementary Color

#ec352f #2fe6ec

#ec352f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec352f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec352f Color CSS Codes

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

#ec352f Text Font Color

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

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


#ec352f Background Color

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

This div background color is #ec352f


#ec352f Border Color

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

This div border color is #ec352f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec352f


Comments

No comments written yet.

Please login to write comment.