Color Hex Logo

#eba3bc Color Hex

#EBA3BC
(235,163,188)
0 Favorites   0 Comments

Color spaces of #eba3bc

RGB 235163188
HSL0.940.640.78
HSV339°31°92°
CMYK 0.000.310.20   0.08
XYZ56.435247.487453.7685
Yxy47.48740.35790.3011
Hunter Lab68.911125.58931.9762
CIE-Lab74.500530.1613-2.0480

#eba3bc color RGB value is (235,163,188).

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

The process color (four color CMYK) of #eba3bc color hex is 0.00, 0.31, 0.20, 0.08. Web safe color of #eba3bc is #ff99cc. Color #eba3bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 10111100
Octal 353 243 274
Decimal 235 163 188
Hex EB A3 BC

RGB Percentages of Color #eba3bc

%40.10
%27.82
%32.08

CMYK Percentages of Color #eba3bc

%0
%31
%20
%8

Triadic Colors of #eba3bc

#eba3bc #bceba3 #a3bceb

Analogous Colors of #eba3bc

#eba3bc #ebaea3 #eba3e0

Monochromatic Colors of #eba3bc

#eba3bc

Complementary Color

#eba3bc #a3ebd2

#eba3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba3bc Color CSS Codes

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

#eba3bc Text Font Color

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

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


#eba3bc Background Color

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

This div background color is #eba3bc


#eba3bc Border Color

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

This div border color is #eba3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba3bc


Comments

No comments written yet.

Please login to write comment.