Color Hex Logo

#ed159b Color Hex

#ED159B
(237,21,155)
0 Favorites   0 Comments

Color spaces of #ed159b

RGB 23721155
HSL0.900.860.51
HSV323°91°93°
CMYK 0.000.910.35   0.07
XYZ41.109620.907432.8792
Yxy20.90740.43320.2203
Hunter Lab45.724680.4658-10.6264
CIE-Lab52.848081.3689-15.4753

#ed159b color RGB value is (237,21,155).

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

The process color (four color CMYK) of #ed159b color hex is 0.00, 0.91, 0.35, 0.07. Web safe color of #ed159b is #ff0099. Color #ed159b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 10011011
Octal 355 25 233
Decimal 237 21 155
Hex ED 15 9B

RGB Percentages of Color #ed159b

%57.38
%5.08
%37.53

CMYK Percentages of Color #ed159b

%0
%91
%35
%7

Triadic Colors of #ed159b

#ed159b #9bed15 #159bed

Analogous Colors of #ed159b

#ed159b #ed152f #d315ed

Monochromatic Colors of #ed159b

#ed159b

Complementary Color

#ed159b #15ed67

#ed159b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed159b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed159b Color CSS Codes

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

#ed159b Text Font Color

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

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


#ed159b Background Color

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

This div background color is #ed159b


#ed159b Border Color

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

This div border color is #ed159b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed159b


Comments

No comments written yet.

Please login to write comment.