Color Hex Logo

#eb78cc Color Hex

#EB78CC
(235,120,204)
0 Favorites   0 Comments

Color spaces of #eb78cc

RGB 235120204
HSL0.880.740.70
HSV316°49°92°
CMYK 0.000.490.13   0.08
XYZ51.876535.454761.2360
Yxy35.45470.34920.2386
Hunter Lab59.543851.3132-19.2942
CIE-Lab66.101254.7305-23.5330

#eb78cc color RGB value is (235,120,204).

#eb78cc hex color red value is 235, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eb78cc hue: 0.88 , saturation: 0.74 and the lightness value of eb78cc is 0.70.

The process color (four color CMYK) of #eb78cc color hex is 0.00, 0.49, 0.13, 0.08. Web safe color of #eb78cc is #ff66cc. Color #eb78cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 11001100
Octal 353 170 314
Decimal 235 120 204
Hex EB 78 CC

RGB Percentages of Color #eb78cc

%42.04
%21.47
%36.49

CMYK Percentages of Color #eb78cc

%0
%49
%13
%8

Triadic Colors of #eb78cc

#eb78cc #cceb78 #78cceb

Analogous Colors of #eb78cc

#eb78cc #eb7893 #d178eb

Monochromatic Colors of #eb78cc

#eb78cc

Complementary Color

#eb78cc #78eb97

#eb78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb78cc Color CSS Codes

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

#eb78cc Text Font Color

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

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


#eb78cc Background Color

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

This div background color is #eb78cc


#eb78cc Border Color

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

This div border color is #eb78cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb78cc


Comments

No comments written yet.

Please login to write comment.