Color Hex Logo

#eb07bd Color Hex

#EB07BD
(235,7,189)
0 Favorites   0 Comments

Color spaces of #eb07bd

RGB 2357189
HSL0.870.940.47
HSV312°97°92°
CMYK 0.000.970.20   0.08
XYZ43.522221.488249.9979
Yxy21.48820.37840.1868
Hunter Lab46.355486.4685-31.5002
CIE-Lab53.479785.9029-34.5055

#eb07bd color RGB value is (235,7,189).

#eb07bd hex color red value is 235, green value is 7 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eb07bd hue: 0.87 , saturation: 0.94 and the lightness value of eb07bd is 0.47.

The process color (four color CMYK) of #eb07bd color hex is 0.00, 0.97, 0.20, 0.08. Web safe color of #eb07bd is #ff00cc. Color #eb07bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 10111101
Octal 353 7 275
Decimal 235 7 189
Hex EB 7 BD

RGB Percentages of Color #eb07bd

%54.52
%1.62
%43.85

CMYK Percentages of Color #eb07bd

%0
%97
%20
%8

Triadic Colors of #eb07bd

#eb07bd #bdeb07 #07bdeb

Analogous Colors of #eb07bd

#eb07bd #eb074b #a707eb

Monochromatic Colors of #eb07bd

#eb07bd

Complementary Color

#eb07bd #07eb35

#eb07bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb07bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb07bd Color CSS Codes

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

#eb07bd Text Font Color

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

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


#eb07bd Background Color

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

This div background color is #eb07bd


#eb07bd Border Color

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

This div border color is #eb07bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb07bd


Comments

No comments written yet.

Please login to write comment.