Color Hex Logo

#b37aec Color Hex

#B37AEC
(179,122,236)
0 Favorites   0 Comments

Color spaces of #b37aec

RGB 179122236
HSL0.750.750.70
HSV270°48°93°
CMYK 0.240.480.00   0.07
XYZ40.690329.558982.9177
Yxy29.55890.26570.1930
Hunter Lab54.368138.4492-52.3665
CIE-Lab61.271743.7697-49.4114

#b37aec color RGB value is (179,122,236).

#b37aec hex color red value is 179, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b37aec hue: 0.75 , saturation: 0.75 and the lightness value of b37aec is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111010 11101100
Octal 263 172 354
Decimal 179 122 236
Hex B3 7A EC

RGB Percentages of Color #b37aec

%33.33
%22.72
%43.95

CMYK Percentages of Color #b37aec

%24
%48
%0
%7

Triadic Colors of #b37aec

#b37aec #ecb37a #7aecb3

Analogous Colors of #b37aec

#b37aec #ec7aec #7a7aec

Monochromatic Colors of #b37aec

#b37aec

Complementary Color

#b37aec #b3ec7a

#b37aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37aec Color CSS Codes

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

#b37aec Text Font Color

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

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


#b37aec Background Color

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

This div background color is #b37aec


#b37aec Border Color

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

This div border color is #b37aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37aec


Comments

No comments written yet.

Please login to write comment.