Color Hex Logo

#eb94ba Color Hex

#EB94BA
(235,148,186)
0 Favorites   0 Comments

Color spaces of #eb94ba

RGB 235148186
HSL0.930.690.75
HSV334°37°92°
CMYK 0.000.370.21   0.08
XYZ53.713842.387151.8049
Yxy42.38710.36320.2866
Hunter Lab65.105433.3332-1.6038
CIE-Lab71.137037.7924-5.8988

#eb94ba color RGB value is (235,148,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010100 10111010
Octal 353 224 272
Decimal 235 148 186
Hex EB 94 BA

RGB Percentages of Color #eb94ba

%41.30
%26.01
%32.69

CMYK Percentages of Color #eb94ba

%0
%37
%21
%8

Triadic Colors of #eb94ba

#eb94ba #baeb94 #94baeb

Analogous Colors of #eb94ba

#eb94ba #eb9a94 #eb94e6

Monochromatic Colors of #eb94ba

#eb94ba

Complementary Color

#eb94ba #94ebc5

#eb94ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb94ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb94ba Color CSS Codes

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

#eb94ba Text Font Color

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

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


#eb94ba Background Color

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

This div background color is #eb94ba


#eb94ba Border Color

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

This div border color is #eb94ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,148,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 #eb94ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb94ba

#eb94ba Color Palettes


Comments

No comments written yet.

Please login to write comment.