Color Hex Logo

#eba3be Color Hex

#EBA3BE
(235,163,190)
0 Favorites   0 Comments

Color spaces of #eba3be

RGB 235163190
HSL0.940.640.78
HSV338°31°92°
CMYK 0.000.310.19   0.08
XYZ56.652447.574354.9120
Yxy47.57430.35600.2989
Hunter Lab68.974125.90761.0797
CIE-Lab74.555630.4620-3.0657

#eba3be color RGB value is (235,163,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 10111110
Octal 353 243 276
Decimal 235 163 190
Hex EB A3 BE

RGB Percentages of Color #eba3be

%39.97
%27.72
%32.31

CMYK Percentages of Color #eba3be

%0
%31
%19
%8

Triadic Colors of #eba3be

#eba3be #beeba3 #a3beeb

Analogous Colors of #eba3be

#eba3be #ebaca3 #eba3e2

Monochromatic Colors of #eba3be

#eba3be

Complementary Color

#eba3be #a3ebd0

#eba3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba3be Color CSS Codes

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

#eba3be Text Font Color

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

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


#eba3be Background Color

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

This div background color is #eba3be


#eba3be Border Color

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

This div border color is #eba3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba3be


Comments

No comments written yet.

Please login to write comment.