Color Hex Logo

#eb73db Color Hex

#EB73DB
(235,115,219)
0 Favorites   0 Comments

Color spaces of #eb73db

RGB 235115219
HSL0.860.750.69
HSV308°51°92°
CMYK 0.000.510.07   0.08
XYZ53.177935.038170.9781
Yxy35.03810.33400.2201
Hunter Lab59.193056.7734-29.6593
CIE-Lab65.778359.5108-32.4171

#eb73db color RGB value is (235,115,219).

#eb73db hex color red value is 235, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eb73db hue: 0.86 , saturation: 0.75 and the lightness value of eb73db is 0.69.

The process color (four color CMYK) of #eb73db color hex is 0.00, 0.51, 0.07, 0.08. Web safe color of #eb73db is #ff66cc. Color #eb73db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 11011011
Octal 353 163 333
Decimal 235 115 219
Hex EB 73 DB

RGB Percentages of Color #eb73db

%41.30
%20.21
%38.49

CMYK Percentages of Color #eb73db

%0
%51
%7
%8

Triadic Colors of #eb73db

#eb73db #dbeb73 #73dbeb

Analogous Colors of #eb73db

#eb73db #eb739f #bf73eb

Monochromatic Colors of #eb73db

#eb73db

Complementary Color

#eb73db #73eb83

#eb73db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb73db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb73db Color CSS Codes

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

#eb73db Text Font Color

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

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


#eb73db Background Color

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

This div background color is #eb73db


#eb73db Border Color

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

This div border color is #eb73db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb73db


Comments

No comments written yet.

Please login to write comment.