Color Hex Logo

#b140be Color Hex

#B140BE
(177,64,190)
0 Favorites   0 Comments

Color spaces of #b140be

RGB 17764190
HSL0.820.500.50
HSV294°66°75°
CMYK 0.070.660.00   0.25
XYZ29.259116.731650.4026
Yxy16.73160.30350.1736
Hunter Lab40.904356.0997-44.4246
CIE-Lab47.920162.0891-44.5063

#b140be color RGB value is (177,64,190).

#b140be hex color red value is 177, green value is 64 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b140be hue: 0.82 , saturation: 0.50 and the lightness value of b140be is 0.50.

The process color (four color CMYK) of #b140be color hex is 0.07, 0.66, 0.00, 0.25. Web safe color of #b140be is #9933cc. Color #b140be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000000 10111110
Octal 261 100 276
Decimal 177 64 190
Hex B1 40 BE

RGB Percentages of Color #b140be

%41.07
%14.85
%44.08

CMYK Percentages of Color #b140be

%7
%66
%0
%25

Triadic Colors of #b140be

#b140be #beb140 #40beb1

Analogous Colors of #b140be

#b140be #be408c #7240be

Monochromatic Colors of #b140be

#b140be

Complementary Color

#b140be #4dbe40

#b140be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b140be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b140be Color CSS Codes

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

#b140be Text Font Color

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

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


#b140be Background Color

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

This div background color is #b140be


#b140be Border Color

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

This div border color is #b140be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,64,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 #b140be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b140be


Comments

No comments written yet.

Please login to write comment.