Color Hex Logo

#b37cec Color Hex

#B37CEC
(179,124,236)
0 Favorites   0 Comments

Color spaces of #b37cec

RGB 179124236
HSL0.750.750.71
HSV269°47°93°
CMYK 0.240.470.00   0.07
XYZ40.938430.055183.0004
Yxy30.05510.26580.1952
Hunter Lab54.822537.3544-51.3883
CIE-Lab61.701742.6806-48.7307

#b37cec color RGB value is (179,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 11101100
Octal 263 174 354
Decimal 179 124 236
Hex B3 7C EC

RGB Percentages of Color #b37cec

%33.21
%23.01
%43.78

CMYK Percentages of Color #b37cec

%24
%47
%0
%7

Triadic Colors of #b37cec

#b37cec #ecb37c #7cecb3

Analogous Colors of #b37cec

#b37cec #eb7cec #7c7dec

Monochromatic Colors of #b37cec

#b37cec

Complementary Color

#b37cec #b5ec7c

#b37cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37cec Color CSS Codes

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

#b37cec Text Font Color

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

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


#b37cec Background Color

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

This div background color is #b37cec


#b37cec Border Color

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

This div border color is #b37cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37cec


Comments

No comments written yet.

Please login to write comment.