Color Hex Logo

#ed6189 Color Hex

#ED6189
(237,97,137)
0 Favorites   0 Comments

Color spaces of #ed6189

RGB 23797137
HSL0.950.800.65
HSV343°59°93°
CMYK 0.000.590.42   0.07
XYZ43.715128.360126.8369
Yxy28.36010.44200.2867
Hunter Lab53.254253.33157.3994
CIE-Lab60.212757.45006.0041

#ed6189 color RGB value is (237,97,137).

#ed6189 hex color red value is 237, green value is 97 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ed6189 hue: 0.95 , saturation: 0.80 and the lightness value of ed6189 is 0.65.

The process color (four color CMYK) of #ed6189 color hex is 0.00, 0.59, 0.42, 0.07. Web safe color of #ed6189 is #ff6699. Color #ed6189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100001 10001001
Octal 355 141 211
Decimal 237 97 137
Hex ED 61 89

RGB Percentages of Color #ed6189

%50.32
%20.59
%29.09

CMYK Percentages of Color #ed6189

%0
%59
%42
%7

Triadic Colors of #ed6189

#ed6189 #89ed61 #6189ed

Analogous Colors of #ed6189

#ed6189 #ed7f61 #ed61cf

Monochromatic Colors of #ed6189

#ed6189

Complementary Color

#ed6189 #61edc5

#ed6189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6189 Color CSS Codes

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

#ed6189 Text Font Color

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

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


#ed6189 Background Color

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

This div background color is #ed6189


#ed6189 Border Color

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

This div border color is #ed6189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6189


Comments

No comments written yet.

Please login to write comment.