Color Hex Logo

#b37abe Color Hex

#B37ABE
(179,122,190)
0 Favorites   0 Comments

Color spaces of #b37abe

RGB 179122190
HSL0.810.340.61
HSV290°36°75°
CMYK 0.060.360.00   0.25
XYZ34.844227.220552.1328
Yxy27.22050.30510.2384
Hunter Lab52.173327.9090-22.7227
CIE-Lab59.177933.8072-26.8467

#b37abe color RGB value is (179,122,190).

#b37abe hex color red value is 179, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b37abe hue: 0.81 , saturation: 0.34 and the lightness value of b37abe is 0.61.

The process color (four color CMYK) of #b37abe color hex is 0.06, 0.36, 0.00, 0.25. Web safe color of #b37abe is #cc66cc. Color #b37abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111010 10111110
Octal 263 172 276
Decimal 179 122 190
Hex B3 7A BE

RGB Percentages of Color #b37abe

%36.46
%24.85
%38.70

CMYK Percentages of Color #b37abe

%6
%36
%0
%25

Triadic Colors of #b37abe

#b37abe #beb37a #7abeb3

Analogous Colors of #b37abe

#b37abe #be7aa7 #917abe

Monochromatic Colors of #b37abe

#b37abe

Complementary Color

#b37abe #85be7a

#b37abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37abe Color CSS Codes

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

#b37abe Text Font Color

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

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


#b37abe Background Color

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

This div background color is #b37abe


#b37abe Border Color

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

This div border color is #b37abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37abe


Comments

No comments written yet.

Please login to write comment.