Color Hex Logo

#ec535f Color Hex

#EC535F
(236,83,95)
0 Favorites   0 Comments

Color spaces of #ec535f

RGB 2368395
HSL0.990.800.63
HSV355°65°93°
CMYK 0.000.650.60   0.07
XYZ39.750924.845613.5270
Yxy24.84560.50880.3180
Hunter Lab49.845455.121618.8017
CIE-Lab56.924759.584525.9368

#ec535f color RGB value is (236,83,95).

#ec535f hex color red value is 236, green value is 83 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ec535f hue: 0.99 , saturation: 0.80 and the lightness value of ec535f is 0.63.

The process color (four color CMYK) of #ec535f color hex is 0.00, 0.65, 0.60, 0.07. Web safe color of #ec535f is #ff6666. Color #ec535f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010011 01011111
Octal 354 123 137
Decimal 236 83 95
Hex EC 53 5F

RGB Percentages of Color #ec535f

%57.00
%20.05
%22.95

CMYK Percentages of Color #ec535f

%0
%65
%60
%7

Triadic Colors of #ec535f

#ec535f #5fec53 #535fec

Analogous Colors of #ec535f

#ec535f #ec9453 #ec53ac

Monochromatic Colors of #ec535f

#ec535f

Complementary Color

#ec535f #53ece0

#ec535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec535f Color CSS Codes

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

#ec535f Text Font Color

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

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


#ec535f Background Color

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

This div background color is #ec535f


#ec535f Border Color

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

This div border color is #ec535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec535f


Comments

No comments written yet.

Please login to write comment.