Color Hex Logo

#eba4da Color Hex

#EBA4DA
(235,164,218)
0 Favorites   0 Comments

Color spaces of #eba4da

RGB 235164218
HSL0.870.640.78
HSV314°30°92°
CMYK 0.000.300.07   0.08
XYZ60.191349.275072.6683
Yxy49.27500.33050.2705
Hunter Lab70.196230.2156-12.2407
CIE-Lab75.622134.4506-16.8108

#eba4da color RGB value is (235,164,218).

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

The process color (four color CMYK) of #eba4da color hex is 0.00, 0.30, 0.07, 0.08. Web safe color of #eba4da is #ff99cc. Color #eba4da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100100 11011010
Octal 353 244 332
Decimal 235 164 218
Hex EB A4 DA

RGB Percentages of Color #eba4da

%38.09
%26.58
%35.33

CMYK Percentages of Color #eba4da

%0
%30
%7
%8

Triadic Colors of #eba4da

#eba4da #daeba4 #a4daeb

Analogous Colors of #eba4da

#eba4da #eba4b7 #d9a4eb

Monochromatic Colors of #eba4da

#eba4da

Complementary Color

#eba4da #a4ebb5

#eba4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba4da Color CSS Codes

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

#eba4da Text Font Color

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

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


#eba4da Background Color

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

This div background color is #eba4da


#eba4da Border Color

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

This div border color is #eba4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba4da


Comments

No comments written yet.

Please login to write comment.