Color Hex Logo

#b183ba Color Hex

#B183BA
(177,131,186)
0 Favorites   0 Comments

Color spaces of #b183ba

RGB 177131186
HSL0.810.280.62
HSV290°30°73°
CMYK 0.050.300.00   0.27
XYZ35.110729.124950.2255
Yxy29.12490.30670.2545
Hunter Lab53.967521.6872-17.4017
CIE-Lab60.891727.3300-21.9600

#b183ba color RGB value is (177,131,186).

#b183ba hex color red value is 177, green value is 131 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b183ba hue: 0.81 , saturation: 0.28 and the lightness value of b183ba is 0.62.

The process color (four color CMYK) of #b183ba color hex is 0.05, 0.30, 0.00, 0.27. Web safe color of #b183ba is #9999cc. Color #b183ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000011 10111010
Octal 261 203 272
Decimal 177 131 186
Hex B1 83 BA

RGB Percentages of Color #b183ba

%35.83
%26.52
%37.65

CMYK Percentages of Color #b183ba

%5
%30
%0
%27

Triadic Colors of #b183ba

#b183ba #bab183 #83bab1

Analogous Colors of #b183ba

#b183ba #ba83a8 #9683ba

Monochromatic Colors of #b183ba

#b183ba

Complementary Color

#b183ba #8cba83

#b183ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b183ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b183ba Color CSS Codes

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

#b183ba Text Font Color

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

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


#b183ba Background Color

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

This div background color is #b183ba


#b183ba Border Color

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

This div border color is #b183ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,131,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b183ba


Comments

No comments written yet.

Please login to write comment.