Color Hex Logo

#eb85da Color Hex

#EB85DA
(235,133,218)
0 Favorites   0 Comments

Color spaces of #eb85da

RGB 235133218
HSL0.860.720.72
HSV310°43°92°
CMYK 0.000.430.07   0.08
XYZ55.303439.499271.0390
Yxy39.49920.33350.2382
Hunter Lab62.848447.0863-23.0230
CIE-Lab69.111350.5620-26.7201

#eb85da color RGB value is (235,133,218).

#eb85da hex color red value is 235, green value is 133 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eb85da hue: 0.86 , saturation: 0.72 and the lightness value of eb85da is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 11011010
Octal 353 205 332
Decimal 235 133 218
Hex EB 85 DA

RGB Percentages of Color #eb85da

%40.10
%22.70
%37.20

CMYK Percentages of Color #eb85da

%0
%43
%7
%8

Triadic Colors of #eb85da

#eb85da #daeb85 #85daeb

Analogous Colors of #eb85da

#eb85da #eb85a7 #c985eb

Monochromatic Colors of #eb85da

#eb85da

Complementary Color

#eb85da #85eb96

#eb85da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb85da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb85da Color CSS Codes

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

#eb85da Text Font Color

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

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


#eb85da Background Color

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

This div background color is #eb85da


#eb85da Border Color

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

This div border color is #eb85da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb85da


Comments

No comments written yet.

Please login to write comment.