Color Hex Logo

#eb5978 Color Hex

#EB5978
(235,89,120)
0 Favorites   0 Comments

Color spaces of #eb5978

RGB 23589120
HSL0.960.780.64
HSV347°62°92°
CMYK 0.000.620.49   0.08
XYZ41.223526.163020.6465
Yxy26.16300.46830.2972
Hunter Lab51.149854.347611.8726
CIE-Lab58.191458.685713.0149

#eb5978 color RGB value is (235,89,120).

#eb5978 hex color red value is 235, green value is 89 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #eb5978 hue: 0.96 , saturation: 0.78 and the lightness value of eb5978 is 0.64.

The process color (four color CMYK) of #eb5978 color hex is 0.00, 0.62, 0.49, 0.08. Web safe color of #eb5978 is #ff6666. Color #eb5978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011001 01111000
Octal 353 131 170
Decimal 235 89 120
Hex EB 59 78

RGB Percentages of Color #eb5978

%52.93
%20.05
%27.03

CMYK Percentages of Color #eb5978

%0
%62
%49
%8

Triadic Colors of #eb5978

#eb5978 #78eb59 #5978eb

Analogous Colors of #eb5978

#eb5978 #eb8359 #eb59c1

Monochromatic Colors of #eb5978

#eb5978

Complementary Color

#eb5978 #59ebcc

#eb5978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5978 Color CSS Codes

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

#eb5978 Text Font Color

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

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


#eb5978 Background Color

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

This div background color is #eb5978


#eb5978 Border Color

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

This div border color is #eb5978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5978


Comments

No comments written yet.

Please login to write comment.