Color Hex Logo

#ed63bd Color Hex

#ED63BD
(237,99,189)
0 Favorites   0 Comments

Color spaces of #ed63bd

RGB 23799189
HSL0.890.790.66
HSV321°58°93°
CMYK 0.000.580.20   0.07
XYZ48.572230.602351.4909
Yxy30.60230.37170.2342
Hunter Lab55.319359.9200-16.4632
CIE-Lab62.170562.8065-21.0422

#ed63bd color RGB value is (237,99,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100011 10111101
Octal 355 143 275
Decimal 237 99 189
Hex ED 63 BD

RGB Percentages of Color #ed63bd

%45.14
%18.86
%36.00

CMYK Percentages of Color #ed63bd

%0
%58
%20
%7

Triadic Colors of #ed63bd

#ed63bd #bded63 #63bded

Analogous Colors of #ed63bd

#ed63bd #ed6378 #d863ed

Monochromatic Colors of #ed63bd

#ed63bd

Complementary Color

#ed63bd #63ed93

#ed63bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed63bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed63bd Color CSS Codes

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

#ed63bd Text Font Color

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

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


#ed63bd Background Color

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

This div background color is #ed63bd


#ed63bd Border Color

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

This div border color is #ed63bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed63bd


Comments

No comments written yet.

Please login to write comment.