Color Hex Logo

#eba7be Color Hex

#EBA7BE
(235,167,190)
0 Favorites   0 Comments

Color spaces of #eba7be

RGB 235167190
HSL0.940.630.79
HSV340°29°92°
CMYK 0.000.290.19   0.08
XYZ57.373949.017355.1525
Yxy49.01730.35520.3034
Hunter Lab70.012423.75602.3027
CIE-Lab75.462128.3336-1.7349

#eba7be color RGB value is (235,167,190).

#eba7be hex color red value is 235, green value is 167 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eba7be hue: 0.94 , saturation: 0.63 and the lightness value of eba7be is 0.79.

The process color (four color CMYK) of #eba7be color hex is 0.00, 0.29, 0.19, 0.08. Web safe color of #eba7be is #ff99cc. Color #eba7be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100111 10111110
Octal 353 247 276
Decimal 235 167 190
Hex EB A7 BE

RGB Percentages of Color #eba7be

%39.70
%28.21
%32.09

CMYK Percentages of Color #eba7be

%0
%29
%19
%8

Triadic Colors of #eba7be

#eba7be #beeba7 #a7beeb

Analogous Colors of #eba7be

#eba7be #ebb2a7 #eba7e0

Monochromatic Colors of #eba7be

#eba7be

Complementary Color

#eba7be #a7ebd4

#eba7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba7be Color CSS Codes

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

#eba7be Text Font Color

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

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


#eba7be Background Color

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

This div background color is #eba7be


#eba7be Border Color

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

This div border color is #eba7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba7be


Comments

No comments written yet.

Please login to write comment.