Color Hex Logo

#b37cc1 Color Hex

#B37CC1
(179,124,193)
0 Favorites   0 Comments

Color spaces of #b37cc1

RGB 179124193
HSL0.800.360.62
HSV288°36°76°
CMYK 0.070.360.00   0.24
XYZ35.423727.849353.9605
Yxy27.84930.30220.2376
Hunter Lab52.772427.4670-23.6841
CIE-Lab59.752333.3039-27.6637

#b37cc1 color RGB value is (179,124,193).

#b37cc1 hex color red value is 179, green value is 124 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b37cc1 hue: 0.80 , saturation: 0.36 and the lightness value of b37cc1 is 0.62.

The process color (four color CMYK) of #b37cc1 color hex is 0.07, 0.36, 0.00, 0.24. Web safe color of #b37cc1 is #cc66cc. Color #b37cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 11000001
Octal 263 174 301
Decimal 179 124 193
Hex B3 7C C1

RGB Percentages of Color #b37cc1

%36.09
%25.00
%38.91

CMYK Percentages of Color #b37cc1

%7
%36
%0
%24

Triadic Colors of #b37cc1

#b37cc1 #c1b37c #7cc1b3

Analogous Colors of #b37cc1

#b37cc1 #c17cad #917cc1

Monochromatic Colors of #b37cc1

#b37cc1

Complementary Color

#b37cc1 #8ac17c

#b37cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37cc1 Color CSS Codes

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

#b37cc1 Text Font Color

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

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


#b37cc1 Background Color

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

This div background color is #b37cc1


#b37cc1 Border Color

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

This div border color is #b37cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37cc1


Comments

No comments written yet.

Please login to write comment.