Color Hex Logo

#eb608e Color Hex

#EB608E
(235,96,142)
0 Favorites   0 Comments

Color spaces of #eb608e

RGB 23596142
HSL0.940.780.65
HSV340°59°92°
CMYK 0.000.590.40   0.08
XYZ43.326327.980928.7085
Yxy27.98090.43320.2798
Hunter Lab52.897053.63424.8497
CIE-Lab59.871557.77312.5660

#eb608e color RGB value is (235,96,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100000 10001110
Octal 353 140 216
Decimal 235 96 142
Hex EB 60 8E

RGB Percentages of Color #eb608e

%49.68
%20.30
%30.02

CMYK Percentages of Color #eb608e

%0
%59
%40
%8

Triadic Colors of #eb608e

#eb608e #8eeb60 #608eeb

Analogous Colors of #eb608e

#eb608e #eb7860 #eb60d4

Monochromatic Colors of #eb608e

#eb608e

Complementary Color

#eb608e #60ebbd

#eb608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb608e Color CSS Codes

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

#eb608e Text Font Color

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

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


#eb608e Background Color

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

This div background color is #eb608e


#eb608e Border Color

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

This div border color is #eb608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb608e


Comments

No comments written yet.

Please login to write comment.