Color Hex Logo

#ed537b Color Hex

#ED537B
(237,83,123)
0 Favorites   0 Comments

Color spaces of #ed537b

RGB 23783123
HSL0.960.810.63
HSV344°65°93°
CMYK 0.000.650.48   0.07
XYZ41.593525.621121.4920
Yxy25.62110.46890.2888
Hunter Lab50.617358.097710.2577
CIE-Lab57.675662.038010.5780

#ed537b color RGB value is (237,83,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010011 01111011
Octal 355 123 173
Decimal 237 83 123
Hex ED 53 7B

RGB Percentages of Color #ed537b

%53.50
%18.74
%27.77

CMYK Percentages of Color #ed537b

%0
%65
%48
%7

Triadic Colors of #ed537b

#ed537b #7bed53 #537bed

Analogous Colors of #ed537b

#ed537b #ed7853 #ed53c8

Monochromatic Colors of #ed537b

#ed537b

Complementary Color

#ed537b #53edc5

#ed537b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed537b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed537b Color CSS Codes

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

#ed537b Text Font Color

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

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


#ed537b Background Color

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

This div background color is #ed537b


#ed537b Border Color

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

This div border color is #ed537b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed537b


Comments

No comments written yet.

Please login to write comment.