Color Hex Logo

#eba3cc Color Hex

#EBA3CC
(235,163,204)
0 Favorites   0 Comments

Color spaces of #eba3cc

RGB 235163204
HSL0.910.640.78
HSV326°31°92°
CMYK 0.000.310.13   0.08
XYZ58.257248.216263.3629
Yxy48.21620.34300.2839
Hunter Lab69.437928.2422-5.4963
CIE-Lab74.961132.6506-10.1469

#eba3cc color RGB value is (235,163,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 11001100
Octal 353 243 314
Decimal 235 163 204
Hex EB A3 CC

RGB Percentages of Color #eba3cc

%39.04
%27.08
%33.89

CMYK Percentages of Color #eba3cc

%0
%31
%13
%8

Triadic Colors of #eba3cc

#eba3cc #cceba3 #a3cceb

Analogous Colors of #eba3cc

#eba3cc #eba3a8 #e6a3eb

Monochromatic Colors of #eba3cc

#eba3cc

Complementary Color

#eba3cc #a3ebc2

#eba3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba3cc Color CSS Codes

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

#eba3cc Text Font Color

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

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


#eba3cc Background Color

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

This div background color is #eba3cc


#eba3cc Border Color

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

This div border color is #eba3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba3cc


Comments

No comments written yet.

Please login to write comment.