Color Hex Logo

#eba3bf Color Hex

#EBA3BF
(235,163,191)
0 Favorites   0 Comments

Color spaces of #eba3bf

RGB 235163191
HSL0.940.640.78
HSV337°31°92°
CMYK 0.000.310.19   0.08
XYZ56.762147.618155.4897
Yxy47.61810.35510.2979
Hunter Lab69.005926.06830.6272
CIE-Lab74.583430.6136-3.5741

#eba3bf color RGB value is (235,163,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 10111111
Octal 353 243 277
Decimal 235 163 191
Hex EB A3 BF

RGB Percentages of Color #eba3bf

%39.90
%27.67
%32.43

CMYK Percentages of Color #eba3bf

%0
%31
%19
%8

Triadic Colors of #eba3bf

#eba3bf #bfeba3 #a3bfeb

Analogous Colors of #eba3bf

#eba3bf #ebaba3 #eba3e3

Monochromatic Colors of #eba3bf

#eba3bf

Complementary Color

#eba3bf #a3ebcf

#eba3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba3bf Color CSS Codes

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

#eba3bf Text Font Color

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

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


#eba3bf Background Color

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

This div background color is #eba3bf


#eba3bf Border Color

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

This div border color is #eba3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba3bf

#eba3bf Color Palettes


Comments

No comments written yet.

Please login to write comment.