Color Hex Logo

#eb4daf Color Hex

#EB4DAF
(235,77,175)
0 Favorites   0 Comments

Color spaces of #eb4daf

RGB 23577175
HSL0.900.800.61
HSV323°67°92°
CMYK 0.000.670.26   0.08
XYZ44.652726.065143.2350
Yxy26.06510.39190.2287
Hunter Lab51.054066.7747-14.4719
CIE-Lab58.098869.3014-19.2450

#eb4daf color RGB value is (235,77,175).

#eb4daf hex color red value is 235, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eb4daf hue: 0.90 , saturation: 0.80 and the lightness value of eb4daf is 0.61.

The process color (four color CMYK) of #eb4daf color hex is 0.00, 0.67, 0.26, 0.08. Web safe color of #eb4daf is #ff6699. Color #eb4daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001101 10101111
Octal 353 115 257
Decimal 235 77 175
Hex EB 4D AF

RGB Percentages of Color #eb4daf

%48.25
%15.81
%35.93

CMYK Percentages of Color #eb4daf

%0
%67
%26
%8

Triadic Colors of #eb4daf

#eb4daf #afeb4d #4dafeb

Analogous Colors of #eb4daf

#eb4daf #eb4d60 #d84deb

Monochromatic Colors of #eb4daf

#eb4daf

Complementary Color

#eb4daf #4deb89

#eb4daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4daf Color CSS Codes

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

#eb4daf Text Font Color

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

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


#eb4daf Background Color

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

This div background color is #eb4daf


#eb4daf Border Color

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

This div border color is #eb4daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4daf


Comments

No comments written yet.

Please login to write comment.