Color Hex Logo

#eb36cc Color Hex

#EB36CC
(235,54,204)
0 Favorites   0 Comments

Color spaces of #eb36cc

RGB 23554204
HSL0.860.820.57
HSV310°77°92°
CMYK 0.000.770.13   0.08
XYZ46.479224.660159.4369
Yxy24.66010.35600.1889
Hunter Lab49.658980.1672-36.2031
CIE-Lab56.742780.3756-38.0354

#eb36cc color RGB value is (235,54,204).

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

The process color (four color CMYK) of #eb36cc color hex is 0.00, 0.77, 0.13, 0.08. Web safe color of #eb36cc is #ff33cc. Color #eb36cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110110 11001100
Octal 353 66 314
Decimal 235 54 204
Hex EB 36 CC

RGB Percentages of Color #eb36cc

%47.67
%10.95
%41.38

CMYK Percentages of Color #eb36cc

%0
%77
%13
%8

Triadic Colors of #eb36cc

#eb36cc #cceb36 #36cceb

Analogous Colors of #eb36cc

#eb36cc #eb3672 #b036eb

Monochromatic Colors of #eb36cc

#eb36cc

Complementary Color

#eb36cc #36eb55

#eb36cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb36cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb36cc Color CSS Codes

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

#eb36cc Text Font Color

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

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


#eb36cc Background Color

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

This div background color is #eb36cc


#eb36cc Border Color

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

This div border color is #eb36cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb36cc


Comments

No comments written yet.

Please login to write comment.