Color Hex Logo

#eb73bf Color Hex

#EB73BF
(235,115,191)
0 Favorites   0 Comments

Color spaces of #eb73bf

RGB 235115191
HSL0.890.750.69
HSV322°51°92°
CMYK 0.000.510.19   0.08
XYZ49.795733.685253.1676
Yxy33.68520.36440.2465
Hunter Lab58.039051.5795-13.6864
CIE-Lab64.711955.1806-18.3337

#eb73bf color RGB value is (235,115,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 10111111
Octal 353 163 277
Decimal 235 115 191
Hex EB 73 BF

RGB Percentages of Color #eb73bf

%43.44
%21.26
%35.30

CMYK Percentages of Color #eb73bf

%0
%51
%19
%8

Triadic Colors of #eb73bf

#eb73bf #bfeb73 #73bfeb

Analogous Colors of #eb73bf

#eb73bf #eb7383 #db73eb

Monochromatic Colors of #eb73bf

#eb73bf

Complementary Color

#eb73bf #73eb9f

#eb73bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb73bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb73bf Color CSS Codes

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

#eb73bf Text Font Color

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

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


#eb73bf Background Color

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

This div background color is #eb73bf


#eb73bf Border Color

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

This div border color is #eb73bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb73bf


Comments

No comments written yet.

Please login to write comment.