Color Hex Logo

#b188c3 Color Hex

#B188C3
(177,136,195)
0 Favorites   0 Comments

Color spaces of #b188c3

RGB 177136195
HSL0.780.330.65
HSV282°30°76°
CMYK 0.090.300.00   0.24
XYZ36.785930.895655.6544
Yxy30.89560.29830.2505
Hunter Lab55.583820.8613-20.4566
CIE-Lab62.419426.3624-24.7044

#b188c3 color RGB value is (177,136,195).

#b188c3 hex color red value is 177, green value is 136 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b188c3 hue: 0.78 , saturation: 0.33 and the lightness value of b188c3 is 0.65.

The process color (four color CMYK) of #b188c3 color hex is 0.09, 0.30, 0.00, 0.24. Web safe color of #b188c3 is #9999cc. Color #b188c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001000 11000011
Octal 261 210 303
Decimal 177 136 195
Hex B1 88 C3

RGB Percentages of Color #b188c3

%34.84
%26.77
%38.39

CMYK Percentages of Color #b188c3

%9
%30
%0
%24

Triadic Colors of #b188c3

#b188c3 #c3b188 #88c3b1

Analogous Colors of #b188c3

#b188c3 #c388b8 #9488c3

Monochromatic Colors of #b188c3

#b188c3

Complementary Color

#b188c3 #9ac388

#b188c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b188c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b188c3 Color CSS Codes

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

#b188c3 Text Font Color

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

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


#b188c3 Background Color

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

This div background color is #b188c3


#b188c3 Border Color

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

This div border color is #b188c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b188c3


Comments

No comments written yet.

Please login to write comment.