Color Hex Logo

#b185eb Color Hex

#B185EB
(177,133,235)
0 Favorites   0 Comments

Color spaces of #b185eb

RGB 177133235
HSL0.740.720.72
HSV266°43°92°
CMYK 0.250.430.00   0.08
XYZ41.514432.120382.6091
Yxy32.12030.26570.2056
Hunter Lab56.674831.5708-46.7487
CIE-Lab63.442236.9414-45.4424

#b185eb color RGB value is (177,133,235).

#b185eb hex color red value is 177, green value is 133 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b185eb hue: 0.74 , saturation: 0.72 and the lightness value of b185eb is 0.72.

The process color (four color CMYK) of #b185eb color hex is 0.25, 0.43, 0.00, 0.08. Web safe color of #b185eb is #9999ff. Color #b185eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000101 11101011
Octal 261 205 353
Decimal 177 133 235
Hex B1 85 EB

RGB Percentages of Color #b185eb

%32.48
%24.40
%43.12

CMYK Percentages of Color #b185eb

%25
%43
%0
%8

Triadic Colors of #b185eb

#b185eb #ebb185 #85ebb1

Analogous Colors of #b185eb

#b185eb #e485eb #858ceb

Monochromatic Colors of #b185eb

#b185eb

Complementary Color

#b185eb #bfeb85

#b185eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b185eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b185eb Color CSS Codes

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

#b185eb Text Font Color

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

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


#b185eb Background Color

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

This div background color is #b185eb


#b185eb Border Color

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

This div border color is #b185eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b185eb


Comments

No comments written yet.

Please login to write comment.