Color Hex Logo

#eb07cc Color Hex

#EB07CC
(235,7,204)
0 Favorites   0 Comments

Color spaces of #eb07cc

RGB 2357204
HSL0.860.940.47
HSV308°97°92°
CMYK 0.000.970.13   0.08
XYZ45.236022.173859.0225
Yxy22.17380.35780.1754
Hunter Lab47.089189.0697-41.3531
CIE-Lab54.210987.7446-42.0198

#eb07cc color RGB value is (235,7,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 11001100
Octal 353 7 314
Decimal 235 7 204
Hex EB 7 CC

RGB Percentages of Color #eb07cc

%52.69
%1.57
%45.74

CMYK Percentages of Color #eb07cc

%0
%97
%13
%8

Triadic Colors of #eb07cc

#eb07cc #cceb07 #07cceb

Analogous Colors of #eb07cc

#eb07cc #eb075a #9807eb

Monochromatic Colors of #eb07cc

#eb07cc

Complementary Color

#eb07cc #07eb26

#eb07cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb07cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb07cc Color CSS Codes

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

#eb07cc Text Font Color

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

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


#eb07cc Background Color

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

This div background color is #eb07cc


#eb07cc Border Color

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

This div border color is #eb07cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb07cc


Comments

No comments written yet.

Please login to write comment.