Color Hex Logo

#ed538e Color Hex

#ED538E
(237,83,142)
0 Favorites   0 Comments

Color spaces of #ed538e

RGB 23783142
HSL0.940.810.63
HSV337°65°93°
CMYK 0.000.650.40   0.07
XYZ42.900826.144028.3764
Yxy26.14400.44040.2684
Hunter Lab51.131260.28792.8875
CIE-Lab58.173563.82820.1349

#ed538e color RGB value is (237,83,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010011 10001110
Octal 355 123 216
Decimal 237 83 142
Hex ED 53 8E

RGB Percentages of Color #ed538e

%51.30
%17.97
%30.74

CMYK Percentages of Color #ed538e

%0
%65
%40
%7

Triadic Colors of #ed538e

#ed538e #8eed53 #538eed

Analogous Colors of #ed538e

#ed538e #ed6553 #ed53db

Monochromatic Colors of #ed538e

#ed538e

Complementary Color

#ed538e #53edb2

#ed538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed538e Color CSS Codes

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

#ed538e Text Font Color

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

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


#ed538e Background Color

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

This div background color is #ed538e


#ed538e Border Color

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

This div border color is #ed538e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,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 #ed538e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed538e


Comments

No comments written yet.

Please login to write comment.