Color Hex Logo

#ed60bd Color Hex

#ED60BD
(237,96,189)
0 Favorites   0 Comments

Color spaces of #ed60bd

RGB 23796189
HSL0.890.800.65
HSV320°59°93°
CMYK 0.000.590.20   0.07
XYZ48.293230.044451.3979
Yxy30.04440.37220.2316
Hunter Lab54.812861.3464-17.2273
CIE-Lab61.692564.0998-21.7724

#ed60bd color RGB value is (237,96,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 10111101
Octal 355 140 275
Decimal 237 96 189
Hex ED 60 BD

RGB Percentages of Color #ed60bd

%45.40
%18.39
%36.21

CMYK Percentages of Color #ed60bd

%0
%59
%20
%7

Triadic Colors of #ed60bd

#ed60bd #bded60 #60bded

Analogous Colors of #ed60bd

#ed60bd #ed6077 #d760ed

Monochromatic Colors of #ed60bd

#ed60bd

Complementary Color

#ed60bd #60ed90

#ed60bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed60bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed60bd Color CSS Codes

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

#ed60bd Text Font Color

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

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


#ed60bd Background Color

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

This div background color is #ed60bd


#ed60bd Border Color

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

This div border color is #ed60bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed60bd


Comments

No comments written yet.

Please login to write comment.