Color Hex Logo

#eb78c7 Color Hex

#EB78C7
(235,120,199)
0 Favorites   0 Comments

Color spaces of #eb78c7

RGB 235120199
HSL0.890.740.70
HSV319°49°92°
CMYK 0.000.490.15   0.08
XYZ51.286235.218658.1276
Yxy35.21860.35460.2435
Hunter Lab59.345350.4056-16.5318
CIE-Lab65.918553.9620-21.0060

#eb78c7 color RGB value is (235,120,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 11000111
Octal 353 170 307
Decimal 235 120 199
Hex EB 78 C7

RGB Percentages of Color #eb78c7

%42.42
%21.66
%35.92

CMYK Percentages of Color #eb78c7

%0
%49
%15
%8

Triadic Colors of #eb78c7

#eb78c7 #c7eb78 #78c7eb

Analogous Colors of #eb78c7

#eb78c7 #eb788e #d678eb

Monochromatic Colors of #eb78c7

#eb78c7

Complementary Color

#eb78c7 #78eb9c

#eb78c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb78c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb78c7 Color CSS Codes

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

#eb78c7 Text Font Color

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

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


#eb78c7 Background Color

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

This div background color is #eb78c7


#eb78c7 Border Color

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

This div border color is #eb78c7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,120,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb78c7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb78c7


Comments

No comments written yet.

Please login to write comment.