Color Hex Logo

#b37eeb Color Hex

#B37EEB
(179,126,235)
0 Favorites   0 Comments

Color spaces of #b37eeb

RGB 179126235
HSL0.750.730.71
HSV269°46°92°
CMYK 0.240.460.00   0.08
XYZ41.046730.503682.3216
Yxy30.50360.26680.1982
Hunter Lab55.230136.0077-49.7120
CIE-Lab62.086341.3556-47.5682

#b37eeb color RGB value is (179,126,235).

#b37eeb hex color red value is 179, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b37eeb hue: 0.75 , saturation: 0.73 and the lightness value of b37eeb is 0.71.

The process color (four color CMYK) of #b37eeb color hex is 0.24, 0.46, 0.00, 0.08. Web safe color of #b37eeb is #cc66ff. Color #b37eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111110 11101011
Octal 263 176 353
Decimal 179 126 235
Hex B3 7E EB

RGB Percentages of Color #b37eeb

%33.15
%23.33
%43.52

CMYK Percentages of Color #b37eeb

%24
%46
%0
%8

Triadic Colors of #b37eeb

#b37eeb #ebb37e #7eebb3

Analogous Colors of #b37eeb

#b37eeb #ea7eeb #7e80eb

Monochromatic Colors of #b37eeb

#b37eeb

Complementary Color

#b37eeb #b6eb7e

#b37eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37eeb Color CSS Codes

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

#b37eeb Text Font Color

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

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


#b37eeb Background Color

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

This div background color is #b37eeb


#b37eeb Border Color

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

This div border color is #b37eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37eeb


Comments

No comments written yet.

Please login to write comment.