Color Hex Logo

#ed289b Color Hex

#ED289B
(237,40,155)
0 Favorites   0 Comments

Color spaces of #ed289b

RGB 23740155
HSL0.900.850.54
HSV325°83°93°
CMYK 0.000.830.35   0.07
XYZ41.600221.888733.0427
Yxy21.88870.43090.2268
Hunter Lab46.785476.8427-9.1245
CIE-Lab53.908778.2951-13.8685

#ed289b color RGB value is (237,40,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101000 10011011
Octal 355 50 233
Decimal 237 40 155
Hex ED 28 9B

RGB Percentages of Color #ed289b

%54.86
%9.26
%35.88

CMYK Percentages of Color #ed289b

%0
%83
%35
%7

Triadic Colors of #ed289b

#ed289b #9bed28 #289bed

Analogous Colors of #ed289b

#ed289b #ed2839 #dd28ed

Monochromatic Colors of #ed289b

#ed289b

Complementary Color

#ed289b #28ed7a

#ed289b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed289b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed289b Color CSS Codes

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

#ed289b Text Font Color

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

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


#ed289b Background Color

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

This div background color is #ed289b


#ed289b Border Color

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

This div border color is #ed289b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed289b


Comments

No comments written yet.

Please login to write comment.