Color Hex Logo

#b37cce Color Hex

#B37CCE
(179,124,206)
0 Favorites   0 Comments

Color spaces of #b37cce

RGB 179124206
HSL0.780.460.65
HSV280°40°81°
CMYK 0.130.400.00   0.19
XYZ36.938628.455261.9381
Yxy28.45520.29010.2235
Hunter Lab53.343430.2545-31.5024
CIE-Lab60.297836.0108-34.1674

#b37cce color RGB value is (179,124,206).

#b37cce hex color red value is 179, green value is 124 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b37cce hue: 0.78 , saturation: 0.46 and the lightness value of b37cce is 0.65.

The process color (four color CMYK) of #b37cce color hex is 0.13, 0.40, 0.00, 0.19. Web safe color of #b37cce is #cc66cc. Color #b37cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 11001110
Octal 263 174 316
Decimal 179 124 206
Hex B3 7C CE

RGB Percentages of Color #b37cce

%35.17
%24.36
%40.47

CMYK Percentages of Color #b37cce

%13
%40
%0
%19

Triadic Colors of #b37cce

#b37cce #ceb37c #7cceb3

Analogous Colors of #b37cce

#b37cce #ce7cc0 #8a7cce

Monochromatic Colors of #b37cce

#b37cce

Complementary Color

#b37cce #97ce7c

#b37cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37cce Color CSS Codes

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

#b37cce Text Font Color

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

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


#b37cce Background Color

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

This div background color is #b37cce


#b37cce Border Color

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

This div border color is #b37cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37cce


Comments

No comments written yet.

Please login to write comment.