Color Hex Logo

#ed558b Color Hex

#ED558B
(237,85,139)
0 Favorites   0 Comments

Color spaces of #ed558b

RGB 23785139
HSL0.940.810.63
HSV339°64°93°
CMYK 0.000.640.41   0.07
XYZ42.833826.365627.2576
Yxy26.36560.44410.2733
Hunter Lab51.347459.04584.4693
CIE-Lab58.382562.72762.1967

#ed558b color RGB value is (237,85,139).

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

The process color (four color CMYK) of #ed558b color hex is 0.00, 0.64, 0.41, 0.07. Web safe color of #ed558b is #ff6699. Color #ed558b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010101 10001011
Octal 355 125 213
Decimal 237 85 139
Hex ED 55 8B

RGB Percentages of Color #ed558b

%51.41
%18.44
%30.15

CMYK Percentages of Color #ed558b

%0
%64
%41
%7

Triadic Colors of #ed558b

#ed558b #8bed55 #558bed

Analogous Colors of #ed558b

#ed558b #ed6b55 #ed55d7

Monochromatic Colors of #ed558b

#ed558b

Complementary Color

#ed558b #55edb7

#ed558b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed558b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed558b Color CSS Codes

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

#ed558b Text Font Color

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

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


#ed558b Background Color

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

This div background color is #ed558b


#ed558b Border Color

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

This div border color is #ed558b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed558b


Comments

No comments written yet.

Please login to write comment.