Color Hex Logo

#eb78bf Color Hex

#EB78BF
(235,120,191)
0 Favorites   0 Comments

Color spaces of #eb78bf

RGB 235120191
HSL0.900.740.70
HSV323°49°92°
CMYK 0.000.490.19   0.08
XYZ50.381434.856753.3628
Yxy34.85670.36350.2515
Hunter Lab59.039649.0037-12.2615
CIE-Lab65.636952.7676-16.9313

#eb78bf color RGB value is (235,120,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 10111111
Octal 353 170 277
Decimal 235 120 191
Hex EB 78 BF

RGB Percentages of Color #eb78bf

%43.04
%21.98
%34.98

CMYK Percentages of Color #eb78bf

%0
%49
%19
%8

Triadic Colors of #eb78bf

#eb78bf #bfeb78 #78bfeb

Analogous Colors of #eb78bf

#eb78bf #eb7886 #de78eb

Monochromatic Colors of #eb78bf

#eb78bf

Complementary Color

#eb78bf #78eba4

#eb78bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb78bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb78bf Color CSS Codes

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

#eb78bf Text Font Color

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

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


#eb78bf Background Color

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

This div background color is #eb78bf


#eb78bf Border Color

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

This div border color is #eb78bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb78bf


Comments

No comments written yet.

Please login to write comment.