Color Hex Logo

#eb359e Color Hex

#EB359E
(235,53,158)
0 Favorites   0 Comments

Color spaces of #eb359e

RGB 23553158
HSL0.900.820.56
HSV325°77°92°
CMYK 0.000.770.33   0.08
XYZ41.705622.677034.5267
Yxy22.67700.42170.2293
Hunter Lab47.620472.9934-9.6534
CIE-Lab54.738175.0406-14.4213

#eb359e color RGB value is (235,53,158).

#eb359e hex color red value is 235, green value is 53 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eb359e hue: 0.90 , saturation: 0.82 and the lightness value of eb359e is 0.56.

The process color (four color CMYK) of #eb359e color hex is 0.00, 0.77, 0.33, 0.08. Web safe color of #eb359e is #ff3399. Color #eb359e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110101 10011110
Octal 353 65 236
Decimal 235 53 158
Hex EB 35 9E

RGB Percentages of Color #eb359e

%52.69
%11.88
%35.43

CMYK Percentages of Color #eb359e

%0
%77
%33
%8

Triadic Colors of #eb359e

#eb359e #9eeb35 #359eeb

Analogous Colors of #eb359e

#eb359e #eb3543 #dd35eb

Monochromatic Colors of #eb359e

#eb359e

Complementary Color

#eb359e #35eb82

#eb359e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb359e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb359e Color CSS Codes

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

#eb359e Text Font Color

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

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


#eb359e Background Color

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

This div background color is #eb359e


#eb359e Border Color

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

This div border color is #eb359e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb359e


Comments

No comments written yet.

Please login to write comment.