Color Hex Logo

#ec3552 Color Hex

#EC3552
(236,53,82)
0 Favorites   0 Comments

Color spaces of #ec3552

RGB 2365382
HSL0.970.830.57
HSV350°78°93°
CMYK 0.000.780.65   0.07
XYZ37.388220.988310.0632
Yxy20.98830.54630.3067
Hunter Lab45.813065.502019.0456
CIE-Lab52.936769.214028.4313

#ec3552 color RGB value is (236,53,82).

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

The process color (four color CMYK) of #ec3552 color hex is 0.00, 0.78, 0.65, 0.07. Web safe color of #ec3552 is #ff3366. Color #ec3552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110101 01010010
Octal 354 65 122
Decimal 236 53 82
Hex EC 35 52

RGB Percentages of Color #ec3552

%63.61
%14.29
%22.10

CMYK Percentages of Color #ec3552

%0
%78
%65
%7

Triadic Colors of #ec3552

#ec3552 #52ec35 #3552ec

Analogous Colors of #ec3552

#ec3552 #ec7435 #ec35ae

Monochromatic Colors of #ec3552

#ec3552

Complementary Color

#ec3552 #35eccf

#ec3552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3552 Color CSS Codes

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

#ec3552 Text Font Color

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

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


#ec3552 Background Color

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

This div background color is #ec3552


#ec3552 Border Color

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

This div border color is #ec3552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3552


Comments

No comments written yet.

Please login to write comment.