Color Hex Logo

#b85ebb Color Hex

#B85EBB
(184,94,187)
0 Favorites   0 Comments

Color spaces of #b85ebb

RGB 18494187
HSL0.830.410.55
HSV298°50°73°
CMYK 0.020.500.00   0.27
XYZ32.739521.783649.4928
Yxy21.78360.31480.2094
Hunter Lab46.672943.5343-30.2012
CIE-Lab53.796649.6469-33.4377

#b85ebb color RGB value is (184,94,187).

#b85ebb hex color red value is 184, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b85ebb hue: 0.83 , saturation: 0.41 and the lightness value of b85ebb is 0.55.

The process color (four color CMYK) of #b85ebb color hex is 0.02, 0.50, 0.00, 0.27. Web safe color of #b85ebb is #cc66cc. Color #b85ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011110 10111011
Octal 270 136 273
Decimal 184 94 187
Hex B8 5E BB

RGB Percentages of Color #b85ebb

%39.57
%20.22
%40.22

CMYK Percentages of Color #b85ebb

%2
%50
%0
%27

Triadic Colors of #b85ebb

#b85ebb #bbb85e #5ebbb8

Analogous Colors of #b85ebb

#b85ebb #bb5e90 #8a5ebb

Monochromatic Colors of #b85ebb

#b85ebb

Complementary Color

#b85ebb #61bb5e

#b85ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85ebb Color CSS Codes

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

#b85ebb Text Font Color

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

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


#b85ebb Background Color

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

This div background color is #b85ebb


#b85ebb Border Color

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

This div border color is #b85ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85ebb


Comments

No comments written yet.

Please login to write comment.