Color Hex Logo

#b35ebb Color Hex

#B35EBB
(179,94,187)
0 Favorites   0 Comments

Color spaces of #b35ebb

RGB 17994187
HSL0.820.410.55
HSV295°50°73°
CMYK 0.040.500.00   0.27
XYZ31.562721.177049.4377
Yxy21.17700.30890.2073
Hunter Lab46.018541.8955-31.4824
CIE-Lab53.142748.2150-34.5082

#b35ebb color RGB value is (179,94,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011110 10111011
Octal 263 136 273
Decimal 179 94 187
Hex B3 5E BB

RGB Percentages of Color #b35ebb

%38.91
%20.43
%40.65

CMYK Percentages of Color #b35ebb

%4
%50
%0
%27

Triadic Colors of #b35ebb

#b35ebb #bbb35e #5ebbb3

Analogous Colors of #b35ebb

#b35ebb #bb5e95 #855ebb

Monochromatic Colors of #b35ebb

#b35ebb

Complementary Color

#b35ebb #66bb5e

#b35ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35ebb Color CSS Codes

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

#b35ebb Text Font Color

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

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


#b35ebb Background Color

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

This div background color is #b35ebb


#b35ebb Border Color

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

This div border color is #b35ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35ebb


Comments

No comments written yet.

Please login to write comment.