Color Hex Logo

#ec538e Color Hex

#EC538E
(236,83,142)
0 Favorites   0 Comments

Color spaces of #ec538e

RGB 23683142
HSL0.940.800.63
HSV337°65°93°
CMYK 0.000.650.40   0.07
XYZ42.567825.972428.3608
Yxy25.97240.43930.2680
Hunter Lab50.963159.90962.6795
CIE-Lab58.010863.5343-0.1221

#ec538e color RGB value is (236,83,142).

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

The process color (four color CMYK) of #ec538e color hex is 0.00, 0.65, 0.40, 0.07. Web safe color of #ec538e is #ff6699. Color #ec538e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010011 10001110
Octal 354 123 216
Decimal 236 83 142
Hex EC 53 8E

RGB Percentages of Color #ec538e

%51.19
%18.00
%30.80

CMYK Percentages of Color #ec538e

%0
%65
%40
%7

Triadic Colors of #ec538e

#ec538e #8eec53 #538eec

Analogous Colors of #ec538e

#ec538e #ec6553 #ec53db

Monochromatic Colors of #ec538e

#ec538e

Complementary Color

#ec538e #53ecb1

#ec538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec538e Color CSS Codes

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

#ec538e Text Font Color

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

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


#ec538e Background Color

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

This div background color is #ec538e


#ec538e Border Color

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

This div border color is #ec538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec538e


Comments

No comments written yet.

Please login to write comment.