Color Hex Logo

#eb96ba Color Hex

#EB96BA
(235,150,186)
0 Favorites   0 Comments

Color spaces of #eb96ba

RGB 235150186
HSL0.930.680.75
HSV335°36°92°
CMYK 0.000.360.21   0.08
XYZ54.030243.020051.9104
Yxy43.02000.36270.2888
Hunter Lab65.589632.2595-1.0119
CIE-Lab71.568536.7424-5.2607

#eb96ba color RGB value is (235,150,186).

#eb96ba hex color red value is 235, green value is 150 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eb96ba hue: 0.93 , saturation: 0.68 and the lightness value of eb96ba is 0.75.

The process color (four color CMYK) of #eb96ba color hex is 0.00, 0.36, 0.21, 0.08. Web safe color of #eb96ba is #ff99cc. Color #eb96ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010110 10111010
Octal 353 226 272
Decimal 235 150 186
Hex EB 96 BA

RGB Percentages of Color #eb96ba

%41.16
%26.27
%32.57

CMYK Percentages of Color #eb96ba

%0
%36
%21
%8

Triadic Colors of #eb96ba

#eb96ba #baeb96 #96baeb

Analogous Colors of #eb96ba

#eb96ba #eb9d96 #eb96e5

Monochromatic Colors of #eb96ba

#eb96ba

Complementary Color

#eb96ba #96ebc7

#eb96ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb96ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb96ba Color CSS Codes

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

#eb96ba Text Font Color

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

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


#eb96ba Background Color

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

This div background color is #eb96ba


#eb96ba Border Color

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

This div border color is #eb96ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb96ba


Comments

No comments written yet.

Please login to write comment.