Color Hex Logo

#b37feb Color Hex

#B37FEB
(179,127,235)
0 Favorites   0 Comments

Color spaces of #b37feb

RGB 179127235
HSL0.750.730.71
HSV269°46°92°
CMYK 0.240.460.00   0.08
XYZ41.175230.760682.3645
Yxy30.76060.26690.1994
Hunter Lab55.462235.4596-49.2254
CIE-Lab62.305040.8069-47.2228

#b37feb color RGB value is (179,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111111 11101011
Octal 263 177 353
Decimal 179 127 235
Hex B3 7F EB

RGB Percentages of Color #b37feb

%33.09
%23.48
%43.44

CMYK Percentages of Color #b37feb

%24
%46
%0
%8

Triadic Colors of #b37feb

#b37feb #ebb37f #7febb3

Analogous Colors of #b37feb

#b37feb #e97feb #7f81eb

Monochromatic Colors of #b37feb

#b37feb

Complementary Color

#b37feb #b7eb7f

#b37feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37feb Color CSS Codes

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

#b37feb Text Font Color

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

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


#b37feb Background Color

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

This div background color is #b37feb


#b37feb Border Color

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

This div border color is #b37feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37feb


Comments

No comments written yet.

Please login to write comment.