color codes Logo

#ed156c color codes

#ED156C
(237,21,108)
0 Favorites   0 Comments

Color spaces of #ed156c

RGB 23721108
HSL0.930.860.51
HSV336°91°93°
CMYK 0.000.910.54   0.07
XYZ37.900019.623615.9775
Yxy19.62360.51560.2670
Hunter Lab44.298575.19489.6244
CIE-Lab51.408977.463210.7319

#ed156c color RGB value is (237,21,108).

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

The process color (four color CMYK) of #ed156c color code is 0.00, 0.91, 0.54, 0.07. Web safe color of #ed156c is #ff0066. Color #ed156c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 01101100
Octal 355 25 154
Decimal 237 21 108
Hex ED 15 6C

RGB Percentages of Color #ed156c

%64.75
%5.74
%29.51

CMYK Percentages of Color #ed156c

%0
%91
%54
%7

Triadic Colors of #ed156c

#ed156c #6ced15 #156ced

Analogous Colors of #ed156c

#ed156c #ed2a15 #ed15d8

Monochromatic Colors of #ed156c

#ed156c

Complementary Color

#ed156c #15ed96

#ed156c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed156c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed156c Color CSS Codes

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

#ed156c Text Font Color

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

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


#ed156c Background Color

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

This div background color is #ed156c


#ed156c Border Color

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

This div border color is #ed156c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed156c


Comments

No comments written yet.

Please login to write comment.