Color Hex Logo

#eb5ebf Color Hex

#EB5EBF
(235,94,191)
0 Favorites   0 Comments

Color spaces of #eb5ebf

RGB 23594191
HSL0.890.780.65
HSV319°60°92°
CMYK 0.000.600.19   0.08
XYZ47.667629.429252.4582
Yxy29.42920.36790.2272
Hunter Lab54.248761.9104-19.3590
CIE-Lab61.158664.6709-23.7566

#eb5ebf color RGB value is (235,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011110 10111111
Octal 353 136 277
Decimal 235 94 191
Hex EB 5E BF

RGB Percentages of Color #eb5ebf

%45.19
%18.08
%36.73

CMYK Percentages of Color #eb5ebf

%0
%60
%19
%8

Triadic Colors of #eb5ebf

#eb5ebf #bfeb5e #5ebfeb

Analogous Colors of #eb5ebf

#eb5ebf #eb5e79 #d15eeb

Monochromatic Colors of #eb5ebf

#eb5ebf

Complementary Color

#eb5ebf #5eeb8a

#eb5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5ebf Color CSS Codes

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

#eb5ebf Text Font Color

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

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


#eb5ebf Background Color

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

This div background color is #eb5ebf


#eb5ebf Border Color

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

This div border color is #eb5ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,94,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 #eb5ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5ebf


Comments

No comments written yet.

Please login to write comment.