Color Hex Logo

#eb608c Color Hex

#EB608C
(235,96,140)
0 Favorites   0 Comments

Color spaces of #eb608c

RGB 23596140
HSL0.950.780.65
HSV341°59°92°
CMYK 0.000.590.40   0.08
XYZ43.177427.921427.9246
Yxy27.92140.43600.2820
Hunter Lab52.840753.38545.6556
CIE-Lab59.817757.56373.6513

#eb608c color RGB value is (235,96,140).

#eb608c hex color red value is 235, green value is 96 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eb608c hue: 0.95 , saturation: 0.78 and the lightness value of eb608c is 0.65.

The process color (four color CMYK) of #eb608c color hex is 0.00, 0.59, 0.40, 0.08. Web safe color of #eb608c is #ff6699. Color #eb608c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100000 10001100
Octal 353 140 214
Decimal 235 96 140
Hex EB 60 8C

RGB Percentages of Color #eb608c

%49.89
%20.38
%29.72

CMYK Percentages of Color #eb608c

%0
%59
%40
%8

Triadic Colors of #eb608c

#eb608c #8ceb60 #608ceb

Analogous Colors of #eb608c

#eb608c #eb7a60 #eb60d2

Monochromatic Colors of #eb608c

#eb608c

Complementary Color

#eb608c #60ebbf

#eb608c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb608c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb608c Color CSS Codes

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

#eb608c Text Font Color

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

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


#eb608c Background Color

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

This div background color is #eb608c


#eb608c Border Color

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

This div border color is #eb608c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb608c


Comments

No comments written yet.

Please login to write comment.