Color Hex Logo

#eb03cc Color Hex

#EB03CC
(235,3,204)
0 Favorites   0 Comments

Color spaces of #eb03cc

RGB 2353204
HSL0.860.970.47
HSV308°99°92°
CMYK 0.000.990.13   0.08
XYZ45.192622.086959.0080
Yxy22.08690.35790.1749
Hunter Lab46.996789.4035-41.5455
CIE-Lab54.119188.0156-42.1648

#eb03cc color RGB value is (235,3,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000011 11001100
Octal 353 3 314
Decimal 235 3 204
Hex EB 3 CC

RGB Percentages of Color #eb03cc

%53.17
%0.68
%46.15

CMYK Percentages of Color #eb03cc

%0
%99
%13
%8

Triadic Colors of #eb03cc

#eb03cc #cceb03 #03cceb

Analogous Colors of #eb03cc

#eb03cc #eb0358 #9603eb

Monochromatic Colors of #eb03cc

#eb03cc

Complementary Color

#eb03cc #03eb22

#eb03cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb03cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb03cc Color CSS Codes

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

#eb03cc Text Font Color

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

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


#eb03cc Background Color

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

This div background color is #eb03cc


#eb03cc Border Color

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

This div border color is #eb03cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb03cc


Comments

No comments written yet.

Please login to write comment.