Color Hex Logo

#eb73df Color Hex

#EB73DF
(235,115,223)
0 Favorites   0 Comments

Color spaces of #eb73df

RGB 235115223
HSL0.850.750.69
HSV306°51°92°
CMYK 0.000.510.05   0.08
XYZ53.711035.251373.7853
Yxy35.25130.33000.2166
Hunter Lab59.372857.5758-32.1214
CIE-Lab65.943960.1694-34.3884

#eb73df color RGB value is (235,115,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 11011111
Octal 353 163 337
Decimal 235 115 223
Hex EB 73 DF

RGB Percentages of Color #eb73df

%41.01
%20.07
%38.92

CMYK Percentages of Color #eb73df

%0
%51
%5
%8

Triadic Colors of #eb73df

#eb73df #dfeb73 #73dfeb

Analogous Colors of #eb73df

#eb73df #eb73a3 #bb73eb

Monochromatic Colors of #eb73df

#eb73df

Complementary Color

#eb73df #73eb7f

#eb73df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb73df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb73df Color CSS Codes

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

#eb73df Text Font Color

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

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


#eb73df Background Color

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

This div background color is #eb73df


#eb73df Border Color

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

This div border color is #eb73df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb73df


Comments

No comments written yet.

Please login to write comment.