Color Hex Logo

#eb7bbb Color Hex

#EB7BBB
(235,123,187)
0 Favorites   0 Comments

Color spaces of #eb7bbb

RGB 235123187
HSL0.900.740.70
HSV326°48°92°
CMYK 0.000.480.20   0.08
XYZ50.313535.415951.1979
Yxy35.41590.36740.2586
Hunter Lab59.511346.7672-9.3497
CIE-Lab66.071250.7140-14.0207

#eb7bbb color RGB value is (235,123,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111011 10111011
Octal 353 173 273
Decimal 235 123 187
Hex EB 7B BB

RGB Percentages of Color #eb7bbb

%43.12
%22.57
%34.31

CMYK Percentages of Color #eb7bbb

%0
%48
%20
%8

Triadic Colors of #eb7bbb

#eb7bbb #bbeb7b #7bbbeb

Analogous Colors of #eb7bbb

#eb7bbb #eb7b83 #e37beb

Monochromatic Colors of #eb7bbb

#eb7bbb

Complementary Color

#eb7bbb #7bebab

#eb7bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7bbb Color CSS Codes

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

#eb7bbb Text Font Color

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

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


#eb7bbb Background Color

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

This div background color is #eb7bbb


#eb7bbb Border Color

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

This div border color is #eb7bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7bbb


Comments

No comments written yet.

Please login to write comment.