Color Hex Logo

#b37eed Color Hex

#B37EED
(179,126,237)
0 Favorites   0 Comments

Color spaces of #b37eed

RGB 179126237
HSL0.750.760.71
HSV269°47°93°
CMYK 0.240.470.00   0.07
XYZ41.337330.619883.8523
Yxy30.61980.26530.1965
Hunter Lab55.335236.5092-51.1107
CIE-Lab62.185441.8185-48.5198

#b37eed color RGB value is (179,126,237).

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

The process color (four color CMYK) of #b37eed color hex is 0.24, 0.47, 0.00, 0.07. Web safe color of #b37eed is #cc66ff. Color #b37eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111110 11101101
Octal 263 176 355
Decimal 179 126 237
Hex B3 7E ED

RGB Percentages of Color #b37eed

%33.03
%23.25
%43.73

CMYK Percentages of Color #b37eed

%24
%47
%0
%7

Triadic Colors of #b37eed

#b37eed #edb37e #7eedb3

Analogous Colors of #b37eed

#b37eed #eb7eed #7e81ed

Monochromatic Colors of #b37eed

#b37eed

Complementary Color

#b37eed #b8ed7e

#b37eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37eed Color CSS Codes

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

#b37eed Text Font Color

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

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


#b37eed Background Color

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

This div background color is #b37eed


#b37eed Border Color

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

This div border color is #b37eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,126,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37eed


Comments

No comments written yet.

Please login to write comment.