Color Hex Logo

#b141be Color Hex

#B141BE
(177,65,190)
0 Favorites   0 Comments

Color spaces of #b141be

RGB 17765190
HSL0.820.490.50
HSV294°66°75°
CMYK 0.070.660.00   0.25
XYZ29.316016.845450.4216
Yxy16.84540.30350.1744
Hunter Lab41.043155.6722-44.1077
CIE-Lab48.064661.6845-44.2764

#b141be color RGB value is (177,65,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000001 10111110
Octal 261 101 276
Decimal 177 65 190
Hex B1 41 BE

RGB Percentages of Color #b141be

%40.97
%15.05
%43.98

CMYK Percentages of Color #b141be

%7
%66
%0
%25

Triadic Colors of #b141be

#b141be #beb141 #41beb1

Analogous Colors of #b141be

#b141be #be418d #7341be

Monochromatic Colors of #b141be

#b141be

Complementary Color

#b141be #4ebe41

#b141be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b141be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b141be Color CSS Codes

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

#b141be Text Font Color

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

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


#b141be Background Color

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

This div background color is #b141be


#b141be Border Color

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

This div border color is #b141be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b141be


Comments

No comments written yet.

Please login to write comment.