Color Hex Logo

#b85ebc Color Hex

#B85EBC
(184,94,188)
0 Favorites   0 Comments

Color spaces of #b85ebc

RGB 18494188
HSL0.830.410.55
HSV297°50°74°
CMYK 0.020.500.00   0.26
XYZ32.847021.826650.0587
Yxy21.82660.31360.2084
Hunter Lab46.718943.7410-30.8251
CIE-Lab53.842549.8323-33.9424

#b85ebc color RGB value is (184,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011110 10111100
Octal 270 136 274
Decimal 184 94 188
Hex B8 5E BC

RGB Percentages of Color #b85ebc

%39.48
%20.17
%40.34

CMYK Percentages of Color #b85ebc

%2
%50
%0
%26

Triadic Colors of #b85ebc

#b85ebc #bcb85e #5ebcb8

Analogous Colors of #b85ebc

#b85ebc #bc5e91 #895ebc

Monochromatic Colors of #b85ebc

#b85ebc

Complementary Color

#b85ebc #62bc5e

#b85ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85ebc Color CSS Codes

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

#b85ebc Text Font Color

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

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


#b85ebc Background Color

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

This div background color is #b85ebc


#b85ebc Border Color

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

This div border color is #b85ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,94,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85ebc


Comments

No comments written yet.

Please login to write comment.