Color Hex Logo

#ed54bd Color Hex

#ED54BD
(237,84,189)
0 Favorites   0 Comments

Color spaces of #ed54bd

RGB 23784189
HSL0.890.810.63
HSV319°65°93°
CMYK 0.000.650.20   0.07
XYZ47.280728.019351.0604
Yxy28.01930.37420.2217
Hunter Lab52.933366.8054-20.1389
CIE-Lab59.906268.9915-24.5107

#ed54bd color RGB value is (237,84,189).

#ed54bd hex color red value is 237, green value is 84 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed54bd hue: 0.89 , saturation: 0.81 and the lightness value of ed54bd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010100 10111101
Octal 355 124 275
Decimal 237 84 189
Hex ED 54 BD

RGB Percentages of Color #ed54bd

%46.47
%16.47
%37.06

CMYK Percentages of Color #ed54bd

%0
%65
%20
%7

Triadic Colors of #ed54bd

#ed54bd #bded54 #54bded

Analogous Colors of #ed54bd

#ed54bd #ed5471 #d154ed

Monochromatic Colors of #ed54bd

#ed54bd

Complementary Color

#ed54bd #54ed84

#ed54bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed54bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed54bd Color CSS Codes

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

#ed54bd Text Font Color

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

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


#ed54bd Background Color

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

This div background color is #ed54bd


#ed54bd Border Color

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

This div border color is #ed54bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed54bd


Comments

No comments written yet.

Please login to write comment.