Color Hex Logo

#eb07bc Color Hex

#EB07BC
(235,7,188)
0 Favorites   0 Comments

Color spaces of #eb07bc

RGB 2357188
HSL0.870.940.47
HSV312°97°92°
CMYK 0.000.970.20   0.08
XYZ43.414021.445049.4281
Yxy21.44500.37990.1876
Hunter Lab46.308786.3017-30.8676
CIE-Lab53.433185.7841-33.9974

#eb07bc color RGB value is (235,7,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 10111100
Octal 353 7 274
Decimal 235 7 188
Hex EB 7 BC

RGB Percentages of Color #eb07bc

%54.65
%1.63
%43.72

CMYK Percentages of Color #eb07bc

%0
%97
%20
%8

Triadic Colors of #eb07bc

#eb07bc #bceb07 #07bceb

Analogous Colors of #eb07bc

#eb07bc #eb074a #a807eb

Monochromatic Colors of #eb07bc

#eb07bc

Complementary Color

#eb07bc #07eb36

#eb07bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb07bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb07bc Color CSS Codes

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

#eb07bc Text Font Color

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

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


#eb07bc Background Color

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

This div background color is #eb07bc


#eb07bc Border Color

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

This div border color is #eb07bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,7,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb07bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb07bc


Comments

No comments written yet.

Please login to write comment.