Color Hex Logo

#eb5dba Color Hex

#EB5DBA
(235,93,186)
0 Favorites   0 Comments

Color spaces of #eb5dba

RGB 23593186
HSL0.890.780.64
HSV321°60°92°
CMYK 0.000.600.21   0.08
XYZ47.038229.036049.5797
Yxy29.03600.37430.2311
Hunter Lab53.885161.5202-16.8332
CIE-Lab60.813464.4026-21.4298

#eb5dba color RGB value is (235,93,186).

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

The process color (four color CMYK) of #eb5dba color hex is 0.00, 0.60, 0.21, 0.08. Web safe color of #eb5dba is #ff66cc. Color #eb5dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011101 10111010
Octal 353 135 272
Decimal 235 93 186
Hex EB 5D BA

RGB Percentages of Color #eb5dba

%45.72
%18.09
%36.19

CMYK Percentages of Color #eb5dba

%0
%60
%21
%8

Triadic Colors of #eb5dba

#eb5dba #baeb5d #5dbaeb

Analogous Colors of #eb5dba

#eb5dba #eb5d73 #d55deb

Monochromatic Colors of #eb5dba

#eb5dba

Complementary Color

#eb5dba #5deb8e

#eb5dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5dba Color CSS Codes

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

#eb5dba Text Font Color

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

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


#eb5dba Background Color

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

This div background color is #eb5dba


#eb5dba Border Color

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

This div border color is #eb5dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5dba


Comments

No comments written yet.

Please login to write comment.