Color Hex Logo

#eb05cc Color Hex

#EB05CC
(235,5,204)
0 Favorites   0 Comments

Color spaces of #eb05cc

RGB 2355204
HSL0.860.960.47
HSV308°98°92°
CMYK 0.000.980.13   0.08
XYZ45.214322.130359.0153
Yxy22.13030.35780.1751
Hunter Lab47.042989.2367-41.4494
CIE-Lab54.165087.8802-42.0924

#eb05cc color RGB value is (235,5,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000101 11001100
Octal 353 5 314
Decimal 235 5 204
Hex EB 5 CC

RGB Percentages of Color #eb05cc

%52.93
%1.13
%45.95

CMYK Percentages of Color #eb05cc

%0
%98
%13
%8

Triadic Colors of #eb05cc

#eb05cc #cceb05 #05cceb

Analogous Colors of #eb05cc

#eb05cc #eb0559 #9705eb

Monochromatic Colors of #eb05cc

#eb05cc

Complementary Color

#eb05cc #05eb24

#eb05cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb05cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb05cc Color CSS Codes

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

#eb05cc Text Font Color

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

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


#eb05cc Background Color

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

This div background color is #eb05cc


#eb05cc Border Color

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

This div border color is #eb05cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb05cc


Comments

No comments written yet.

Please login to write comment.