Color Hex Logo

#ed156b Color Hex

#ED156B
(237,21,107)
0 Favorites   0 Comments

Color spaces of #ed156b

RGB 23721107
HSL0.930.860.51
HSV336°91°93°
CMYK 0.000.910.55   0.07
XYZ37.847119.602415.6988
Yxy19.60240.51740.2680
Hunter Lab44.274675.10609.9693
CIE-Lab51.384777.396611.3070

#ed156b color RGB value is (237,21,107).

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

The process color (four color CMYK) of #ed156b color hex is 0.00, 0.91, 0.55, 0.07. Web safe color of #ed156b is #ff0066. Color #ed156b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 01101011
Octal 355 25 153
Decimal 237 21 107
Hex ED 15 6B

RGB Percentages of Color #ed156b

%64.93
%5.75
%29.32

CMYK Percentages of Color #ed156b

%0
%91
%55
%7

Triadic Colors of #ed156b

#ed156b #6bed15 #156bed

Analogous Colors of #ed156b

#ed156b #ed2b15 #ed15d7

Monochromatic Colors of #ed156b

#ed156b

Complementary Color

#ed156b #15ed97

#ed156b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed156b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed156b Color CSS Codes

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

#ed156b Text Font Color

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

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


#ed156b Background Color

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

This div background color is #ed156b


#ed156b Border Color

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

This div border color is #ed156b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed156b


Comments

No comments written yet.

Please login to write comment.