Color Hex Logo

#eb5dae Color Hex

#EB5DAE
(235,93,174)
0 Favorites   0 Comments

Color spaces of #eb5dae

RGB 23593174
HSL0.900.780.64
HSV326°60°92°
CMYK 0.000.600.26   0.08
XYZ45.815328.546943.1398
Yxy28.54690.38990.2429
Hunter Lab53.429359.5614-10.4713
CIE-Lab60.379662.8147-15.2045

#eb5dae color RGB value is (235,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011101 10101110
Octal 353 135 256
Decimal 235 93 174
Hex EB 5D AE

RGB Percentages of Color #eb5dae

%46.81
%18.53
%34.66

CMYK Percentages of Color #eb5dae

%0
%60
%26
%8

Triadic Colors of #eb5dae

#eb5dae #aeeb5d #5daeeb

Analogous Colors of #eb5dae

#eb5dae #eb5d67 #e15deb

Monochromatic Colors of #eb5dae

#eb5dae

Complementary Color

#eb5dae #5deb9a

#eb5dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5dae Color CSS Codes

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

#eb5dae Text Font Color

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

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


#eb5dae Background Color

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

This div background color is #eb5dae


#eb5dae Border Color

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

This div border color is #eb5dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5dae


Comments

No comments written yet.

Please login to write comment.