Color Hex Logo

#eb6fbb Color Hex

#EB6FBB
(235,111,187)
0 Favorites   0 Comments

Color spaces of #eb6fbb

RGB 235111187
HSL0.900.760.68
HSV323°53°92°
CMYK 0.000.530.20   0.08
XYZ48.915032.618950.7317
Yxy32.61890.36980.2466
Hunter Lab57.113052.9305-12.6864
CIE-Lab63.851156.5004-17.3749

#eb6fbb color RGB value is (235,111,187).

#eb6fbb hex color red value is 235, green value is 111 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eb6fbb hue: 0.90 , saturation: 0.76 and the lightness value of eb6fbb is 0.68.

The process color (four color CMYK) of #eb6fbb color hex is 0.00, 0.53, 0.20, 0.08. Web safe color of #eb6fbb is #ff66cc. Color #eb6fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101111 10111011
Octal 353 157 273
Decimal 235 111 187
Hex EB 6F BB

RGB Percentages of Color #eb6fbb

%44.09
%20.83
%35.08

CMYK Percentages of Color #eb6fbb

%0
%53
%20
%8

Triadic Colors of #eb6fbb

#eb6fbb #bbeb6f #6fbbeb

Analogous Colors of #eb6fbb

#eb6fbb #eb6f7d #dd6feb

Monochromatic Colors of #eb6fbb

#eb6fbb

Complementary Color

#eb6fbb #6feb9f

#eb6fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6fbb Color CSS Codes

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

#eb6fbb Text Font Color

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

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


#eb6fbb Background Color

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

This div background color is #eb6fbb


#eb6fbb Border Color

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

This div border color is #eb6fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6fbb


Comments

No comments written yet.

Please login to write comment.