Color Hex Logo

#ec538d Color Hex

#EC538D
(236,83,141)
0 Favorites   0 Comments

Color spaces of #ec538d

RGB 23683141
HSL0.940.800.63
HSV337°65°93°
CMYK 0.000.650.40   0.07
XYZ42.493025.942527.9671
Yxy25.94250.44080.2691
Hunter Lab50.933859.78473.0983
CIE-Lab57.982463.43250.4227

#ec538d color RGB value is (236,83,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010011 10001101
Octal 354 123 215
Decimal 236 83 141
Hex EC 53 8D

RGB Percentages of Color #ec538d

%51.30
%18.04
%30.65

CMYK Percentages of Color #ec538d

%0
%65
%40
%7

Triadic Colors of #ec538d

#ec538d #8dec53 #538dec

Analogous Colors of #ec538d

#ec538d #ec6653 #ec53da

Monochromatic Colors of #ec538d

#ec538d

Complementary Color

#ec538d #53ecb2

#ec538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec538d Color CSS Codes

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

#ec538d Text Font Color

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

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


#ec538d Background Color

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

This div background color is #ec538d


#ec538d Border Color

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

This div border color is #ec538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec538d


Comments

No comments written yet.

Please login to write comment.