Color Hex Logo

#b143be Color Hex

#B143BE
(177,67,190)
0 Favorites   0 Comments

Color spaces of #b143be

RGB 17767190
HSL0.820.490.50
HSV294°65°75°
CMYK 0.070.650.00   0.25
XYZ29.432917.079150.4605
Yxy17.07910.30350.1761
Hunter Lab41.326954.8053-43.4648
CIE-Lab48.359560.8618-43.8078

#b143be color RGB value is (177,67,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000011 10111110
Octal 261 103 276
Decimal 177 67 190
Hex B1 43 BE

RGB Percentages of Color #b143be

%40.78
%15.44
%43.78

CMYK Percentages of Color #b143be

%7
%65
%0
%25

Triadic Colors of #b143be

#b143be #beb143 #43beb1

Analogous Colors of #b143be

#b143be #be438e #7443be

Monochromatic Colors of #b143be

#b143be

Complementary Color

#b143be #50be43

#b143be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b143be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b143be Color CSS Codes

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

#b143be Text Font Color

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

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


#b143be Background Color

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

This div background color is #b143be


#b143be Border Color

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

This div border color is #b143be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b143be


Comments

No comments written yet.

Please login to write comment.