Color Hex Logo

#eb5fbf Color Hex

#EB5FBF
(235,95,191)
0 Favorites   0 Comments

Color spaces of #eb5fbf

RGB 23595191
HSL0.890.780.65
HSV319°60°92°
CMYK 0.000.600.19   0.08
XYZ47.757129.608252.4881
Yxy29.60820.36780.2280
Hunter Lab54.413461.4409-19.1027
CIE-Lab61.314764.2465-23.5172

#eb5fbf color RGB value is (235,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011111 10111111
Octal 353 137 277
Decimal 235 95 191
Hex EB 5F BF

RGB Percentages of Color #eb5fbf

%45.11
%18.23
%36.66

CMYK Percentages of Color #eb5fbf

%0
%60
%19
%8

Triadic Colors of #eb5fbf

#eb5fbf #bfeb5f #5fbfeb

Analogous Colors of #eb5fbf

#eb5fbf #eb5f79 #d15feb

Monochromatic Colors of #eb5fbf

#eb5fbf

Complementary Color

#eb5fbf #5feb8b

#eb5fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5fbf Color CSS Codes

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

#eb5fbf Text Font Color

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

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


#eb5fbf Background Color

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

This div background color is #eb5fbf


#eb5fbf Border Color

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

This div border color is #eb5fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5fbf


Comments

No comments written yet.

Please login to write comment.