Color Hex Logo

#b37ca1 Color Hex

#B37CA1
(179,124,161)
0 Favorites   0 Comments

Color spaces of #b37ca1

RGB 179124161
HSL0.890.270.59
HSV320°31°70°
CMYK 0.000.310.10   0.30
XYZ32.231126.572237.1484
Yxy26.57220.33590.2769
Hunter Lab51.548221.3997-6.6438
CIE-Lab58.576227.2215-11.1718

#b37ca1 color RGB value is (179,124,161).

#b37ca1 hex color red value is 179, green value is 124 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b37ca1 hue: 0.89 , saturation: 0.27 and the lightness value of b37ca1 is 0.59.

The process color (four color CMYK) of #b37ca1 color hex is 0.00, 0.31, 0.10, 0.30. Web safe color of #b37ca1 is #cc6699. Color #b37ca1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 10100001
Octal 263 174 241
Decimal 179 124 161
Hex B3 7C A1

RGB Percentages of Color #b37ca1

%38.58
%26.72
%34.70

CMYK Percentages of Color #b37ca1

%0
%31
%10
%30

Triadic Colors of #b37ca1

#b37ca1 #a1b37c #7ca1b3

Analogous Colors of #b37ca1

#b37ca1 #b37c86 #aa7cb3

Monochromatic Colors of #b37ca1

#b37ca1

Complementary Color

#b37ca1 #7cb38e

#b37ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37ca1 Color CSS Codes

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

#b37ca1 Text Font Color

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

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


#b37ca1 Background Color

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

This div background color is #b37ca1


#b37ca1 Border Color

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

This div border color is #b37ca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37ca1


Comments

No comments written yet.

Please login to write comment.