Color Hex Logo

#b188cd Color Hex

#B188CD
(177,136,205)
0 Favorites   0 Comments

Color spaces of #b188cd

RGB 177136205
HSL0.770.410.67
HSV276°34°80°
CMYK 0.140.340.00   0.20
XYZ37.955131.363261.8109
Yxy31.36320.28940.2392
Hunter Lab56.002922.9707-26.2370
CIE-Lab62.813028.4859-29.7172

#b188cd color RGB value is (177,136,205).

#b188cd hex color red value is 177, green value is 136 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b188cd hue: 0.77 , saturation: 0.41 and the lightness value of b188cd is 0.67.

The process color (four color CMYK) of #b188cd color hex is 0.14, 0.34, 0.00, 0.20. Web safe color of #b188cd is #9999cc. Color #b188cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001000 11001101
Octal 261 210 315
Decimal 177 136 205
Hex B1 88 CD

RGB Percentages of Color #b188cd

%34.17
%26.25
%39.58

CMYK Percentages of Color #b188cd

%14
%34
%0
%20

Triadic Colors of #b188cd

#b188cd #cdb188 #88cdb1

Analogous Colors of #b188cd

#b188cd #cd88c7 #8f88cd

Monochromatic Colors of #b188cd

#b188cd

Complementary Color

#b188cd #a4cd88

#b188cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b188cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b188cd Color CSS Codes

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

#b188cd Text Font Color

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

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


#b188cd Background Color

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

This div background color is #b188cd


#b188cd Border Color

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

This div border color is #b188cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b188cd


Comments

No comments written yet.

Please login to write comment.