Color Hex Logo

#ed289a Color Hex

#ED289A
(237,40,154)
0 Favorites   0 Comments

Color spaces of #ed289a

RGB 23740154
HSL0.900.850.54
HSV325°83°93°
CMYK 0.000.830.35   0.07
XYZ41.516621.855232.6022
Yxy21.85520.43260.2277
Hunter Lab46.749576.7078-8.6230
CIE-Lab53.873078.1944-13.3301

#ed289a color RGB value is (237,40,154).

#ed289a hex color red value is 237, green value is 40 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ed289a hue: 0.90 , saturation: 0.85 and the lightness value of ed289a is 0.54.

The process color (four color CMYK) of #ed289a color hex is 0.00, 0.83, 0.35, 0.07. Web safe color of #ed289a is #ff3399. Color #ed289a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101000 10011010
Octal 355 50 232
Decimal 237 40 154
Hex ED 28 9A

RGB Percentages of Color #ed289a

%54.99
%9.28
%35.73

CMYK Percentages of Color #ed289a

%0
%83
%35
%7

Triadic Colors of #ed289a

#ed289a #9aed28 #289aed

Analogous Colors of #ed289a

#ed289a #ed2838 #de28ed

Monochromatic Colors of #ed289a

#ed289a

Complementary Color

#ed289a #28ed7b

#ed289a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed289a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed289a Color CSS Codes

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

#ed289a Text Font Color

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

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


#ed289a Background Color

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

This div background color is #ed289a


#ed289a Border Color

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

This div border color is #ed289a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed289a


Comments

No comments written yet.

Please login to write comment.