Color Hex Logo

#ed1789 Color Hex

#ED1789
(237,23,137)
0 Favorites   0 Comments

Color spaces of #ed1789

RGB 23723137
HSL0.910.860.51
HSV328°90°93°
CMYK 0.000.900.42   0.07
XYZ39.746820.423525.5141
Yxy20.42350.46390.2384
Hunter Lab45.192477.9046-1.8385
CIE-Lab52.312779.4509-5.5215

#ed1789 color RGB value is (237,23,137).

#ed1789 hex color red value is 237, green value is 23 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ed1789 hue: 0.91 , saturation: 0.86 and the lightness value of ed1789 is 0.51.

The process color (four color CMYK) of #ed1789 color hex is 0.00, 0.90, 0.42, 0.07. Web safe color of #ed1789 is #ff0099. Color #ed1789 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 10001001
Octal 355 27 211
Decimal 237 23 137
Hex ED 17 89

RGB Percentages of Color #ed1789

%59.70
%5.79
%34.51

CMYK Percentages of Color #ed1789

%0
%90
%42
%7

Triadic Colors of #ed1789

#ed1789 #89ed17 #1789ed

Analogous Colors of #ed1789

#ed1789 #ed171e #e617ed

Monochromatic Colors of #ed1789

#ed1789

Complementary Color

#ed1789 #17ed7b

#ed1789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1789 Color CSS Codes

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

#ed1789 Text Font Color

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

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


#ed1789 Background Color

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

This div background color is #ed1789


#ed1789 Border Color

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

This div border color is #ed1789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1789


Comments

No comments written yet.

Please login to write comment.