Color Hex Logo

#b037bf Color Hex

#B037BF
(176,55,191)
0 Favorites   0 Comments

Color spaces of #b037bf

RGB 17655191
HSL0.810.550.48
HSV293°71°75°
CMYK 0.080.710.00   0.25
XYZ28.674715.724150.8139
Yxy15.72410.30120.1651
Hunter Lab39.653659.6847-48.2193
CIE-Lab46.610465.4712-47.1840

#b037bf color RGB value is (176,55,191).

#b037bf hex color red value is 176, green value is 55 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b037bf hue: 0.81 , saturation: 0.55 and the lightness value of b037bf is 0.48.

The process color (four color CMYK) of #b037bf color hex is 0.08, 0.71, 0.00, 0.25. Web safe color of #b037bf is #9933cc. Color #b037bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110111 10111111
Octal 260 67 277
Decimal 176 55 191
Hex B0 37 BF

RGB Percentages of Color #b037bf

%41.71
%13.03
%45.26

CMYK Percentages of Color #b037bf

%8
%71
%0
%25

Triadic Colors of #b037bf

#b037bf #bfb037 #37bfb0

Analogous Colors of #b037bf

#b037bf #bf378a #6c37bf

Monochromatic Colors of #b037bf

#b037bf

Complementary Color

#b037bf #46bf37

#b037bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b037bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b037bf Color CSS Codes

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

#b037bf Text Font Color

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

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


#b037bf Background Color

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

This div background color is #b037bf


#b037bf Border Color

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

This div border color is #b037bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,55,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b037bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b037bf;
  -webkit-box-shadow: 1px 1px 3px 2px #b037bf;
  box-shadow:         1px 1px 3px 2px #b037bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,55,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b037bf


Comments

No comments written yet.

Please login to write comment.