Color Hex Logo

#ed73bd Color Hex

#ED73BD
(237,115,189)
0 Favorites   0 Comments

Color spaces of #ed73bd

RGB 237115189
HSL0.900.770.69
HSV324°51°93°
CMYK 0.000.510.20   0.07
XYZ50.241133.940152.0472
Yxy33.94010.36880.2491
Hunter Lab58.258151.9845-12.1884
CIE-Lab64.915055.5035-16.8694

#ed73bd color RGB value is (237,115,189).

#ed73bd hex color red value is 237, green value is 115 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed73bd hue: 0.90 , saturation: 0.77 and the lightness value of ed73bd is 0.69.

The process color (four color CMYK) of #ed73bd color hex is 0.00, 0.51, 0.20, 0.07. Web safe color of #ed73bd is #ff66cc. Color #ed73bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110011 10111101
Octal 355 163 275
Decimal 237 115 189
Hex ED 73 BD

RGB Percentages of Color #ed73bd

%43.81
%21.26
%34.94

CMYK Percentages of Color #ed73bd

%0
%51
%20
%7

Triadic Colors of #ed73bd

#ed73bd #bded73 #73bded

Analogous Colors of #ed73bd

#ed73bd #ed7380 #e073ed

Monochromatic Colors of #ed73bd

#ed73bd

Complementary Color

#ed73bd #73eda3

#ed73bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed73bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed73bd Color CSS Codes

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

#ed73bd Text Font Color

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

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


#ed73bd Background Color

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

This div background color is #ed73bd


#ed73bd Border Color

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

This div border color is #ed73bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed73bd


Comments

No comments written yet.

Please login to write comment.