Color Hex Logo

#eb63bd Color Hex

#EB63BD
(235,99,189)
0 Favorites   0 Comments

Color spaces of #eb63bd

RGB 23599189
HSL0.890.770.65
HSV320°58°92°
CMYK 0.000.580.20   0.08
XYZ47.908130.260051.4598
Yxy30.26000.36960.2334
Hunter Lab55.009159.1920-16.9581
CIE-Lab61.877962.2373-21.5153

#eb63bd color RGB value is (235,99,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100011 10111101
Octal 353 143 275
Decimal 235 99 189
Hex EB 63 BD

RGB Percentages of Color #eb63bd

%44.93
%18.93
%36.14

CMYK Percentages of Color #eb63bd

%0
%58
%20
%8

Triadic Colors of #eb63bd

#eb63bd #bdeb63 #63bdeb

Analogous Colors of #eb63bd

#eb63bd #eb6379 #d563eb

Monochromatic Colors of #eb63bd

#eb63bd

Complementary Color

#eb63bd #63eb91

#eb63bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb63bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb63bd Color CSS Codes

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

#eb63bd Text Font Color

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

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


#eb63bd Background Color

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

This div background color is #eb63bd


#eb63bd Border Color

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

This div border color is #eb63bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb63bd


Comments

No comments written yet.

Please login to write comment.