Color Hex Logo

#eb10cc Color Hex

#EB10CC
(235,16,204)
0 Favorites   0 Comments

Color spaces of #eb10cc

RGB 23516204
HSL0.860.870.49
HSV308°93°92°
CMYK 0.000.930.13   0.08
XYZ45.345322.392459.0589
Yxy22.39240.35760.1766
Hunter Lab47.320688.2378-40.8730
CIE-Lab54.440987.0675-41.6569

#eb10cc color RGB value is (235,16,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010000 11001100
Octal 353 20 314
Decimal 235 16 204
Hex EB 10 CC

RGB Percentages of Color #eb10cc

%51.65
%3.52
%44.84

CMYK Percentages of Color #eb10cc

%0
%93
%13
%8

Triadic Colors of #eb10cc

#eb10cc #cceb10 #10cceb

Analogous Colors of #eb10cc

#eb10cc #eb105f #9d10eb

Monochromatic Colors of #eb10cc

#eb10cc

Complementary Color

#eb10cc #10eb2f

#eb10cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb10cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb10cc Color CSS Codes

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

#eb10cc Text Font Color

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

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


#eb10cc Background Color

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

This div background color is #eb10cc


#eb10cc Border Color

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

This div border color is #eb10cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb10cc


Comments

No comments written yet.

Please login to write comment.